-
Adding a service worker may be beneficial to set up a better caching policy for content, but I need to do more research on Service Workers.
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification title: The worker client case
* Specification or proposal URL (if available): https://w3c.github.io/ServiceWorker/#…
-
Support an app cache for offline play
-
https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API
Let's make `bantisocial` run _offline_! Service workers are the way we do that.
They also allow us to trigger notifications and …
-
I think it would be valuable to support SRI for service worker JS files.
Reasoning: There's a lot of controversy about web-based crypto applications. Namely, that they're never truly secure because…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
More people recently mentioned that there are issue with serviceWorkers. I guess Chromium changed behaviour of…
-
Child of epic/experience #2498
# Description
As a developer of the system, I want be able to use Service Workers.
# Acceptance Criteria
- [ ] Evaluate if Service Workers are necessary
-
First, some things I love about Deno Deploy for context:
- it implements the `FetchEvent` for handling incoming requests just like service workers do inside a web browser
- `setInterval` can be us…
-
Currently, warc2zim2 does not include `wombatWorker.js` while it said on https://github.com/webrecorder/wombat that this file _"is not a bundle per say but rather a flat file that applies the minimal …
-
It's time to use Service Workers, replacing HTML5 appcache http://www.html5rocks.com/en/tutorials/service-worker/introduction/
This provides an easy start to using Service Workers: https://github.com…