We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Will allow site to load quicker and work offline with stored data when installed as a PWA.
Caching Strategy:
https://stackoverflow.com/questions/46036897/best-practices-for-detecting-offline-state-in-a-service-worker https://developer.chrome.com/docs/workbox/caching-strategies-overview/
The text was updated successfully, but these errors were encountered:
Got this for now: https://github.com/LukePrior/nbn-upgrade-map/blob/main/site/serviceworker.js
Sorry, something went wrong.
Ok hopefully that will work ok, still needs an update to periodically purge caches if nearing storage limits
This might help with #309
#309 (comment)
No branches or pull requests
Will allow site to load quicker and work offline with stored data when installed as a PWA.
Caching Strategy:
https://stackoverflow.com/questions/46036897/best-practices-for-detecting-offline-state-in-a-service-worker
https://developer.chrome.com/docs/workbox/caching-strategies-overview/
The text was updated successfully, but these errors were encountered: