I'm trying to optimise the loading of my application. I would like to 
package all HiDPI bitmaps in a separate data package, which gets downloaded 
in the background, once the page has started (initially using preloaded low 
resolution bitmaps). There are also numerous collections of large files 
that I'd like to package in separate .data files. I'd like to cache all of 
these packages to indexdb. Next time the page loads, the high resolution 
bitmaps and any of these extra data files should be preloaded, from indexdb.

What would be the recommended way to do this? I've tried various things 
without much success. I was hoping to be able to use the .js output from 
the file packager,  which nicely deals with mapping the packaged files to 
the file system.

Any tips  would be greatly appreciated

Thanks very much

Oli

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to