-
I want to do some e2e testing related to service workers, so I register it using
```ts
const page = await newE2EPage({ url: '/' });
await page.evaluate(async () => navigator.serviceWorker.registe…
-
There are a number of places in the web platform where some policy or state is inherited from one context to another. Its up to each feature in the platform to define how it gets inherited or not. T…
-
appcache is widespread but dying. serviceworker is on the rise.
should we use both? neither? etc?
-
NB : I've followed https://auth0.com/blog/authentication-in-golang/ for the steps so far, rather than clone the repo. I'm using Windows10, Golang 1.17.1, Visual Studio Code (Recent)
1. Node.js need…
-
### Is this a bug report?
Yes
### Did you try recovering your dependencies?
Yes
### Which terms did you search for in User Guide?
https://github.com/facebook/create-react-…
-
Hi there
Thanks for your lib, however Im wondering. Do you have a working example that demos the features of this library, a codepen or something?
Thanks
-
**Is your feature request related to a problem? Please describe.**
The current path for using ESModules for web workers doesn't work for Service Workers, which do not support a the `type` option. Bec…
-
## Summary
現状PWAのキャッシュをほとんど活かせていないので、アップデートするたびにブラウザのキャッシュをクリアしないとエラー画面が表示されるなど使い慣れていないユーザーにとってあまり良くない印象を与えている
`workbox-routing` などのServiceWorkerでのキャッシュモジュールでjsとcssをキャッシュすることである程度緩和できると思う
#…
-
Notify on new post in open threads, new private messages, maybe other things.
-
Is there a way to dynamically log all HTTP requests/responses (headers etc) for `fetch` calls? I tried running with `RUST_LOG="debug"` as well as `RUST_LOG="trace"` but that didn't help.
I couldn't…