-
Consider loading offline page in a hidden iframe, and capturing all request from that iframe in Service Worker and cache them.
As suggested by @slightlyoff and @jeffposnick:
https://twitter.com/sligh…
-
Hey thanks lots 🙏 for the work you have put into this library. It's indeed giving me life.
One thing I'm wondering is how I would go about precaching all the pages of my app. Let's say I have the …
-
It appears compile.sh was removed in this commit:
https://github.com/w3c/ServiceWorker/commit/e279e305ceb812537d5a9face840a2e9060408a5
@ylafon was there a reason for this? Was this reviewed?
…
-
https://w3c.github.io/ServiceWorker/v1/#fetch-event-respondwith step 10.3.1.2.5.1 calls https://fetch.spec.whatwg.org/#concept-get-reader which calls https://streams.spec.whatwg.org/#acquire-readable-…
-
Client application is running fine but When I tried to make the server code up I got below issue.
Please provide a sample content for students-details-pwa-firebase-adminsdk-2xilv-0b02551a32.json
S…
-
- Buy a domain for it?
- Don't depend on npmcdn for all dependencies, get them into Webpacked bundle
- Allow the user to change version(s) of React, ReactDOM and React Router (and just use npmcdn for …
-
-
Fake URL are generated for each screen with pushState, and are handled later with redirects to the homepage in the `.htaccess` rules.
It will be impossible in the packaged app: https://bugzilla.mozil…
-
**The issue**
Google/Chrome, Mozilla/Firefox and Apple/Safari all allow MV3 webextensions defining both `background.service_worker` and `background.script` in the manifest. In such cases browser wi…
-
Hi.
When using workbox in the dev environment (`nuxi dev`) on nuxt3, the following error occurred when registering ServiceWorker.
```
require is not defined
```
Corresponding error code
``…