-
The ServiceWorkers API invites automation that will handle offline mode seamlessly with no additional code...
-
From the [recent TAG review](https://github.com/w3ctag/design-reviews/issues/62):
Quoting the spec:
> It is imperative that the Clear-Site-Data header is only respected on responses fetched over…
-
We need an API to connect and manage ServiceWorkers.
At the very least, we need to:
- have a way to shut down service worker (requested at https://github.com/GoogleChrome/puppeteer/issues/1396)
-…
-
**Description**
Offline support is becoming important to web applications. It would be nice to switch the browser to the offline mode from Cypress either by test or for all tests and run it. If might …
-
Testing with Firefox 62 it appears that instead of a single service worker process shared among all tabs (per domain) there is now a service worker proccess **per tab** (per domain). Loading new pages…
-
### Session description
The session is going to be a presentation part and discussion part.
In the [TPAC 2023 breakout](https://www.w3.org/events/meetings/04625253-cec9-4c78-8c17-b1fea5c50d23/), th…
-
https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers
-
With SWs you can save the state of the game, stats, preventing to reset everything when the tab is closed.
-
Example: https://voz.vn/
Try to navigate to some random pages, and back/forward...
And you will see something like this:
![image](https://github.com/user-attachments/assets/89b63d91-4a4c-430b-8…
gunir updated
1 month ago
-
Is it planned that Deno support SharedWorkers and / or ServerWorkers at some point?
I don't see the use for ServiceWorkers in Deno, but SharedWorkers are useful for multi-threaded code that uses no…
ghost updated
1 month ago