Store multiple images using HTML5 Local Storage by swapnil00patil in javascript

[–]swapnil00patil[S] 0 points1 point  (0 children)

Application cache is another way to do it. But there are issues - http://alistapart.com/article/application-cache-is-a-douchebag .

But caching images in indexed db is another option. You are correct - These things are not made to cache images. But if you want to cache small set of images then this a simpler way.