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) ?
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to