Closed
Bug 936302
Opened 11 years ago
Closed 9 years ago
Get SharedWorkers up to parity with FrameWorker.jsm
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: khuey, Unassigned)
References
Details
Tracking for things that FrameWorker.jsm does that SharedWorkers can't.
Reporter | ||
Comment 1•11 years ago
|
||
FrameWorker.jsm appears to provide the following APIs that are not already available.
1. WebSockets
2. IndexedDB (the async version)
3. FileReader (the async version)
4. EventSource
5. localStorage
I think #5 is WONTFIX. We should do the rest.
Reporter | ||
Updated•11 years ago
|
Comment 2•11 years ago
|
||
(In reply to Kyle Huey [:khuey] (khuey@mozilla.com) from comment #1)
> 5. localStorage
>
> I think #5 is WONTFIX. We should do the rest.
Shane, what's the current status of this? IIUC, only Facebook is currently using it, have we (or can we) reach out to them on this and drop FrameWorker support for it soonish?
Flags: needinfo?(mixedpuppy)
Comment 3•11 years ago
|
||
Sorry for the spam, but I believe we can consider it a non-issue for FB.
Updated•11 years ago
|
Flags: needinfo?(mixedpuppy)
Comment 4•11 years ago
|
||
Add to the list IDBKeyRange, bug 935457
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•