Closed
Bug 876498
Opened 12 years ago
Closed 8 years ago
add EventSource to worker
Categories
(Core :: DOM: Workers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1267903
People
(Reporter: mixedpuppy, Unassigned)
References
()
Details
(Whiteboard: [parity-chrome])
EventSource is a simple mechanism for handling server push events as dom events, and is defined to be a part of WorkerUtils per the EventSource W3C draft. Bug 872470 is adding support for our emulated worker for use in Talkilla. The eventual goal is to move over to real workers once this and bug 504553 are implemented.
http://www.w3.org/TR/2009/WD-eventsource-20091222/
Updated•12 years ago
|
Component: Networking → DOM: Workers
Updated•11 years ago
|
Keywords: dev-doc-needed
This is available in Chrome. Somebody should add [parity-chrome] perhaps?
Updated•9 years ago
|
OS: Mac OS X → Windows
Hardware: x86 → All
Whiteboard: [parity-chrome]
Updated•9 years ago
|
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•