Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes for Service Worker (nightscout#5970)
* Fix service worker refresh for Firefox * Improve logging for service worker initialisation * Skip browser cache for service worker precaching * Prevent `Partial Content` responses in `fetch` by stripping `Range` header * Prevent calling `filter` on an undefined property when service worker cache is empty * Bug fixes for Service Worker * Fixes nightscout#5920 * Fixes nightscout#5943 * Update service-worker.js Removed the MP3 files from the preload to fix issues with webkit-based browsers Co-authored-by: p5nbTgip0r <[email protected]> Co-authored-by: Sulka Haro <[email protected]>
- Loading branch information