-
I saw the job done in https://github.com/whatwg/streams/blob/master/reference-implementation/web-platform-tests. This looks very good.
We might want to reuse those tests directly in WebKit.
I was won…
-
There is already an interface for `Worker` and `AbstractWorker`. It would be nice if we could support the [`SharedWorker`](https://developer.mozilla.org/de/docs/Web/API/SharedWorker) too!
-
A lot of interfaces defined in `service_worker_api` are overrides of interfaces that fetch type definitions lie `watwg-fetch` or `isomorphic-fetch` are provided. `service_worker_api` is usually used i…
-
![no packages](https://cloud.githubusercontent.com/assets/1706326/21047324/289ef8ac-be01-11e6-88bb-fce96e330cf2.JPG)
```
DPI scale: 1
startup, version: 3126 windows x64 channel: stable
executabl…
-
ServiceWorkers should be able to create dedicated workers to do processing work that would otherwise hold up the thread. With canvas-in-workers proposals starting to mature, this could include image p…
-
-
Via http://lists.w3.org/Archives/Public/public-webscreens/2014Aug/0003.html
The specification does not define when the user agent rendering the presentation will be able to access the session across …
-
Current integration with Fetch API ([`as`](http://w3c.github.io/preload/#attributes) is [mapped to Request.type](https://fetch.spec.whatwg.org/#concept-request-type)) enables the following use cases:
…
-
_Note (igrigorik), original title: "**translateTime does not work for nested workers**"_
Through `MessageChannel` a document can directly communicate with a worker that it otherwise knows nothing abo…
-
Hi,
my app receives socket.io notifications which I display as web notifications.
If multiple instances of my app are opened in multiple browser tabs, I get as many identical notifs as the number of o…