Closed
Bug 1201915
Opened 9 years ago
Closed 8 years ago
FetchDriverObserver can be non-threadsafe refcounted
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nsm, Unassigned)
References
Details
Bug 1197421 changed WorkerFetchObserver to use a PromiseWorkerProxy. The steps outlined in Bug 1197421 comment 15 can be used so that WorkerFetchObserver no longer needs to live on both threads. Once that is done, the FetchObserver heirarchy can be converted to a normal refcounted one instead of needing to be thread safe.
Comment 1•8 years ago
|
||
WorkerFetchObserver does not exist any more.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•