jakecache
jakecache copied to clipboard
Declarative manifest-driven app cache top of ServiceWorker
Currently make load files all at once, as I noticed it a bit faster than load them manually
js.php:1 Uncaught SyntaxError: Unexpected strict mode reserved word --- `'use strict';` ---
As the SW can be killed before this call, we might need to store the responses like in an indexedDB, if these can be stored at all. Then remove existing...
Can you add a section to README which describes what isn't working/isn't compatible with AppCache?