-
## Acceptance criteria
- [x] The listed features are documented sufficiently on MDN
- [x] BCD is updated
- [x] Interactive example and data repos are updated if appropriate
- [x] The content has been…
-
Hello. I am trying to deploy my own self hosted ultraviolet app to my local docker environment using docker compose. I used the following docker-compose.yaml file:
```yaml
services:
ultraviolet:
…
-
I am using Cloudflare Workers with tRPC and Turborepo. I wrote a service with Workers and created an API using Service Bindings.
```
// @package/cfw-services
import { WorkerEntrypoint } from 'clo…
-
## Description
The fix that was added in https://github.com/angular/angular-cli/issues/9827#issuecomment-386154063 relies on having a `window` object defined. When using this library in a plugin en…
-
### Version
1.49.0
### Description
**I encountered an issue while testing a Manifest v3 extension using Playwright. The execution gets stuck at the following line and does not proceed:**
`await co…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification title: The worker client case
* Specification or proposal URL (if available): https://w3c.github.io/ServiceWorker/#…
-
When attempting to run `npm run dev` locally, I encountered this error:
```
TypeError: Failed to update a ServiceWorker for scope ('http://localhost:5400/') with script ('http://localhost:5400/ser…
mho22 updated
1 month ago
-
### Description
For a built app, using the `wails://` protocol for assets, a Service Workers cannot be registered, ex: for a call like:
```javascript
navigator.serviceWorker.register("./serviceWo…
-
During navigation requests, the active service worker is set in https://w3c.github.io/ServiceWorker/#handle-fetch when there is a ServiceWorker to control the Document, but it is not changed when ther…
-
I am unsure if I am correct here or if the bug should go to posit-dev/shinylive.
My exported webassembly runs fine served localy with "python -m http.server ..." with Firefox, Chrome and Edge.
Whe…