I'm writing an app that includes a slideshow of a fairly large number of images, more than I want to trust to the browser's own caching ability, so Gears seemed like a potential option.
Because the usage model is to load a bunch of remote images and then keep and manage them locally in the app, Database seemed more appropriate than ResourceStore. Can you store JS Image objects (or some serialized version of them) in Database? Thanks.
