You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a lot of MBs of images that are preloaded and I use the resulting blobs to draw in a canvas.
Each time I reopen the page the images are downloaded again. Why cache doesn't work for preloaded images? How could I cache the images and reuse them in the next page load?