-
service-worker.js is in the templates directory, which would lead one to believe that they can override it. However, the file is actually loaded in directly as a plain file. Would you be open to a PR …
-
### Issue and Steps to Reproduce
The problem https://github.com/AxaFrance/oidc-client/issues/586 does not seem to be solved yet. I also noticed that the OidcKeepAliveServiceWorker.json seems to co…
-
Pensando en el tema de moda (progressive webapps y serviceworkers), he estado pensando que Surreal sería la app perfecta para experimentar y aprender un poco. Obviamente con el visto bueno de @othro
…
-
This is specific to Multithreaded, makes loading infinite. Tested on Safari & Chrome (macOS)
-
Hi I have active the .enableVersioning() option in my webpack.config.js file and I also configured the seed key/values for my PWA using .configureManifestPlugin like this:
```
var Encore = require('…
-
A connection between a service and a client can go away for various reasons. It would be very useful if this could somehow be detected. Having postMessage return a promise, like proposed in slightlyof…
-
## Basic Information
ForgetMeNot Browser extension:
"Make the browser forget website data (like cookies, local storage, etc.), except for the data you want to keep by adding domains to a whitelist, …
-
I cant get the web package to run, running into this error:
(anonymous function)
src/pages/Room/index.js:40
```
37 | : server
38 | console.log(wsurl)
39 | // TODO: move this to a more …
-
I've just been trying to add a service worker to try and make a PWA in the P5js Editor.
https://editor.p5js.org/hellonearthisman/sketches/fwp_5jja3 has the code to setup the service worker. I tried …
-
What happens if I do something like the following?
```js
const registration = await navigator.serviceWorker.register('/sw.js');
setInterval(() => {
registration.paymentManager.userHint = Mat…