Closed Bug 1226749 Opened 9 years ago Closed 9 years ago

Service Workers don't use an activation queue

Categories

(Core :: DOM: Service Workers, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID
Tracking Status
firefox45 --- affected

People

(Reporter: bkelly, Unassigned)

Details

+++ This bug was initially created as a clone of Bug #1226441 +++ In gecko, activate jobs are not synchronized with a queue as described in the spec. This means we can have racing activating service workers. This is not a problem at the moment since we don't wait for the worker to finish activating in Handle Fetch either, but it might be worth investigating later on.
The activation queue no longer exists in the service worker spec. I'm implementing the new queuing approach over in bug 1256428.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.