workbox
Here are 196 public repositories matching this topic...
What problem does this feature solve?
The @nuxtjs/firebase module provides service worker scripts for firebase auth sw sessions.
The problem is that (depending on where the script is included) it either:
- is ignored (because workbox responds with a caching strategy)
or
We started this project not quite long after Next.js became public and we haven't really touched the README
We've just been improving the code section and making it a lot better. I guess it's time to give the README a new structure, basically to pass the right message to new users.
Let's do this!
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Dec 8, 2019 - JavaScript
-
Updated
Jan 22, 2019 - TypeScript
-
Updated
May 11, 2020 - HTML
Feedback from Thomas Steiner
- You should probably add some feature detection to the APIs
- Checkout our Browser Test Tool
- Check https://web.dev/fugu-status/
- Check https://developer.mozilla.org/en-US/docs/Web/API
-
Updated
Dec 6, 2018 - JavaScript
-
Updated
May 11, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Apr 5, 2018 - JavaScript
-
Updated
Dec 6, 2019 - JavaScript
-
Updated
Nov 2, 2017 - HTML
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Apr 11, 2018 - HTML
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Jul 13, 2020 - JavaScript
The current workbox-sw.js in the npm package contains the URL for JSDelivr CDN.
Even if the workbox directory is served locally, after fetching workbox-sw.js, other files will be still fetched from JSDelivr CDN, instead of the local directory.
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 15, 2020 - HTML
-
Updated
Oct 2, 2018 - JavaScript
-
Updated
Oct 20, 2019 - JavaScript
Improve this page
Add a description, image, and links to the workbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workbox topic, visit your repo's landing page and select "manage topics."
if you modify the
swDestoption to generate the serviceworker in other path, this not affect the path to generate the development service-worker.I need to see the code to fix this, but would be nice to have this in the documentation.
this is the fix to generate serviceworker in development in the right path.