-
Rebuilding the kernel is now broken (maybe because of different babel or something similar)
We get a ServiceWorker is undefined error in the swx.js code:
``` JS
// ….
function instance() {
i…
-
### Which API Provider are you using?
OpenRouter
### Which Model are you using?
GPT-4o
### What happened?
Error loading webview: Error: Could not register service worker: InvalidStateError: Faile…
-
## Description
When `fetch()` is used within a service worker on a cross-origin request (eg `app.localhost` → `api.localhost`), Brave blocks the request with status `blocked:other` and does not lo…
-
Allowing:
```js
const reg = await navigator.serviceWorker.ready;
if (reg.waiting) {
await reg.waiting.skipWaiting();
location.reload();
}
```
Usecase: The new service worker has instal…
-
hi @tgerulaitis ,
I am having troubles when enabling PWA with varnish cache.
![image](https://user-images.githubusercontent.com/17895679/30248486-de520f34-966b-11e7-9ba4-317101a24a7d.png)
and sh…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduct]…
-
### Discussed in https://github.com/QwikDev/qwik-evolution/discussions/182
Originally posted by **GrandSchtroumpf** October 14, 2024
### What is it about?
Use to prefetch modules
### W…
-
In `flutter.js`, the `serviceWorker` configuration is completely optional, and when not passed, the initialization script immediately falls back to "script tag" mode. [Code](https://github.com/flutter…
-
**Describe the bug**
I had an older version of Photoview running (probably ~9 months old) and updated to the latest one today.
The logo on the login page was missing (the request returned some htm…
-
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…