Re: [w3c/ServiceWorker] Possible race between Activate and Update Algorithms (#1285)

@catalinb What firefox bug is this?  Do we have a reduced test case?

Depending on what the test is doing there may be additional updates running due to navigation, etc.  Those are fired from timers and might be confusing things.

Its also possible that when the activating worker goes idle we process the pending update before firing the state change event to the final "activated" state.  I think we should be waiting for the event to complete, though.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1285#issuecomment-375941174

Received on Sunday, 25 March 2018 02:48:18 UTC