store manifest information in indexeddb, swap cache#27
store manifest information in indexeddb, swap cache#27segios wants to merge 23 commits intokenchris:masterfrom
Conversation
try recahce if no manifest is stored
…n if cache not actual by comparing number of entries; improve updating cach by file not only to js files; prevent cachong manifest file by adding dummy parameter to query string
|
Thanks! In service worker I replaced this line: Reason for this change is that for some reason if you use cache.addAll it blocks all normal fetch requests until caching is done. Mini rant starts here :) |
Currently make load files all at once, as I noticed it a bit faster than load them manually