-
> (this is placeholder issue, will be updated as we work on spec prototypes, discuss with vendors etc)
## Problem
Currently (2023Q3):
1. The web platform supports registering custom protocol…
lidel updated
7 months ago
-
As I understand it `` should load /example.png as if it was on the containing page.
To this end, I feel like the navigation should go via the parent page's service worker's fetch event.
Unfortunatel…
-
Hi, using beta16 i cannot access cached dynamic content. Chrome shows a "503 OK (from ServiceWorker)" and no content is loaded, even though its listed in the caches in chrome. beta11 works fine.
Ed…
-
Here are the requirements I'm working towards:
* Be able to bypass the service worker for particular requests.
* Speed up simple offline-first, online-first routes by avoiding service worker start…
-
### WebKittens
_No response_
### Title of the spec
ServiceWorkerAutoPreload
### URL to the spec
No spec yet. Please see the explainer.
### URL to the spec's repository
_No respons…
-
As also discussed in #130:
Historically `standard` has used the `node` environment globals, but this makes `standard` and in turn `neostandard` **have false positives when used in non-`node` enviro…
-
Spec: https://w3c.github.io/ServiceWorker/#navigator-serviceworker
Related webidl: https://github.com/servo/servo/blob/master/components/script/dom/webidls/WorkerNavigator.webidl
Related constru…
CYBAI updated
5 years ago
-
- [x] Come up with design for how to do stateful SW testing
- [ ] Install Chrome and run e2e tests on Travis
- [x] Test basic install
-
I'd like to be able to register a service worker:
navigator.serviceWorker.register('/sw.js');
Access to service workers is denied in this document origin.
Is looks like there is a function that can …
-
Hi @jeffposnick I had some errors while trying to register a Service Worker from and file loaded through an HTML import under a sub directory ([more details here](https://groups.google.com/a/chromium.…