EventSource for workers
Categories
(Core :: DOM: Workers, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: smaug, Assigned: stone)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [tw-dom])
Attachments
(2 files, 7 obsolete files)
77.85 KB,
patch
|
stone
:
review+
|
Details | Diff | Splinter Review |
12.97 KB,
patch
|
stone
:
review+
|
Details | Diff | Splinter Review |
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Reporter | ||
Comment 4•9 years ago
|
||
Comment 6•9 years ago
|
||
Updated•9 years ago
|
Comment 9•8 years ago
|
||
Reporter | ||
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Reporter | ||
Comment 12•8 years ago
|
||
Reporter | ||
Comment 13•8 years ago
|
||
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Assignee | ||
Comment 16•8 years ago
|
||
Assignee | ||
Comment 17•8 years ago
|
||
Comment 18•8 years ago
|
||
Updated•8 years ago
|
Assignee | ||
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•8 years ago
|
||
Assignee | ||
Comment 22•8 years ago
|
||
Comment 23•8 years ago
|
||
Assignee | ||
Comment 24•8 years ago
|
||
Assignee | ||
Comment 25•8 years ago
|
||
Assignee | ||
Comment 26•8 years ago
|
||
Assignee | ||
Comment 27•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 28•8 years ago
|
||
Updated•8 years ago
|
Comment 29•8 years ago
|
||
Assignee | ||
Comment 30•8 years ago
|
||
Assignee | ||
Comment 31•8 years ago
|
||
Comment 32•8 years ago
|
||
Assignee | ||
Comment 33•8 years ago
|
||
Assignee | ||
Comment 34•8 years ago
|
||
Assignee | ||
Comment 35•8 years ago
|
||
Assignee | ||
Comment 36•8 years ago
|
||
Assignee | ||
Comment 37•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Comment 38•8 years ago
|
||
Comment 39•8 years ago
|
||
bugherder |
Comment 40•8 years ago
|
||
Assignee | ||
Comment 41•8 years ago
|
||
Comment 42•8 years ago
|
||
Comment 43•4 years ago
|
||
This adds support for dedicated and shared workers only - not service workers.
- Is this intentional - ie is there a reason not to support service workers?
- Assuming it is unintentional, have we since added support for service workers?
Context is that I want to update this doc to state whether service workers are generally not supported or just not supported by FF.
Comment 44•4 years ago
|
||
(In reply to Hamish Willee from comment #43)
This adds support for dedicated and shared workers only - not service workers.
- Is this intentional - ie is there a reason not to support service workers?
- Assuming it is unintentional, have we since added support for service workers?
This was intentionally not exposed on ServiceWorkers at the time but now should be. I filed bug 1681218 on exposing EventSource on ServiceWorkers. More details can be found at https://github.com/w3c/ServiceWorker/issues/947 with https://github.com/w3c/ServiceWorker/issues/947#issuecomment-411341963 being :annevk's conclusion that it was too late to unship.
Comment 45•4 years ago
|
||
BTW, I have a tool at https://worker-playground.glitch.me/ derived from a tool :smaug created that lets you type, for example, EventSource
in a text box and see what it evaluates to in Dedicated Workers, Shared Workers, and Service Workers which can be useful. (And I mention it because I used it and it's not very discoverable.)
Comment 46•4 years ago
|
||
Thanks Andrew! I've fixed up the doc note to point to your bug post.
I'm also working on the higher level docs on what functions you can call in functions and classes. I'll ensure that test tool site gets referenced!
Description
•