[webkit-dev] Feature Request: Dynamic Application Cache
Stefan Wagner
mail.bompo at gmail.com
Wed Apr 25 08:58:43 PDT 2012
Mozilla Firefox supports dynamic adding of resources into the
application cache for offline use with the function:
window.applicationCache.mozAdd(URI String)
https://developer.mozilla.org/en/nsIDOMOfflineResourceList
This is great for persistent storage of assets via javascipt. Instead
of predefining those assets in the manifest file one can use
javascript to cache the needed assets. Is there something similar
planed? Like window.applicationCache.webkitAdd(URI String) ?
More information about the webkit-dev
mailing list