-
Sorry to be late to the party, but experimenting a bit with this feature on Chrome and Firefox I conclude that it is not available to ServiceWorkers. I think it could be useful there (e.g. the SW scri…
-
## recap
1. Define an interface that has a method named sayHi() that returns a string
2. Define an object named EnglishSayHi that implements [sayHi()] returning a string of "Hi"
3. Define an obje…
-
We (Google Chrome team) are working on performance improvements on ServiceWorker, and we'd like to hear feedback for “ServiceWorker fetch fast-path” concept from the community.
The cost of ServiceW…
-
### Issue and Steps to Reproduce
I'm trying to get a simple example up and running. It's built on Vue.js but I think that doesn't matter here. My aim is to login (successful) and run a fetch on an …
-
How we do this will depend on #11.
Requirements are:
- Cached tweets should always have a cached avatar
- We mustn't have cached avatars without a cached tweet that needs them
-
In response to [1](https://twitter.com/homakov/status/631134517215002624), we've been trying to come up with a good heuristic for detecting reflected XSS in the Chrome implementation of Service Worker…
-
Would be kind of convenient to have a pointer to a `ServiceWorker`'s corresponding `ServiceWorkerRegistration` instance. Or is it too problematic that you can then get to it synchronously from the con…
-
Hey @tgerulaitis
I used the modman to install the plugin, everything looks okay from the back-end have https enabled cleared cache but the url.com/serviceworker.js service worker does not return J…
-
We need a WASM service worker to replace the `serviceWorker.js` file we are currently using.
The service worker needs to be capable of:
- Caching static content to avoid refresh heavy WASM bina…
-
Hi Merijn,
Just wanted to know if Group-Office has plans to integrate serviceworker in the core? As the application is PWA anyways it seems a logical to implement serviceworker also.
This woul…