I have an application where the user downloads images. I want it so the user and scroll through their downloaded images without having to call the api again.
When the user closes the webpage I want all these cleared so there is no need for persistent storage.
The images are around 1mb in size so I am wondering should I store them in a array on the component page and set a size limit so that the browser will not crash if it gets too large?
How large is too large in terms of file size for most browsers?