-
Notifications
You must be signed in to change notification settings - Fork 14
store manifest information in indexeddb, swap cache #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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