-
Images pulled from the web show ok when running `flutter run -d chrome`
However when I deploy the app on Firebase using: firebase deploy and hitting the endpoint, when I refresh the page, network pul…
-
Edge supports service workers as of Edge 17. This should finally make it possible to support Edge, as it'll be possible to pass messages through a service worker instead of through local storage.
J…
-
#505 and #696 have unearthed that dealing with URL fragments correctly for service workers is rather tricky so I'm splitting that out into this issue. This is tracked on the service worker side in htt…
-
sw.js should probably be served from static/js.
Same for offline.html.
Favicon and asset-manifest might need to stay at root but if not then they can go in static/
-
I am working on an application that heavily uses service workers and caching. I want to know if there's any best practice or any api routes I should look to disable caching on. For my application, I a…
-
I have being lately exploring service workers to see if they could address some of the limitations in beaker space https://github.com/beakerbrowser/specs/pull/21 which lead me to realizing that servic…
-
When trying to register a service worker, the WebView's dev tools show an "unknown error" message during registration. I have been digging into the error some, it appears that service worker registrat…
-
**Description**
When a POST request comes through AJP and the request exceeds the max-post-size limit (maxEntitySize), Undertow's AjpServerRequestConduit implementation closes a connection without …
-
If the Embedded Terraform role is enabled at boot the OpentofuWorker prevents podified from reaching "server started"
```
{"@timestamp":"2024-10-28T17:23:21.283454","hostname":"orchestrator-7d77dfcf…
-
Service workers enable something much closer to drop-in library functionality, but are supported only in new browsers. Checking propagation of that code both in total browser deployment, and with coun…