Re: [ServiceWorker] Install algorithm step 14 should clear waiting worker before updating state to redundant (#851)

I think we need to think about how it works for `statechange` event listeners in worker threads as well.  We can assume tasks run in order between the main thread and worker threads.  So we probably need some "wait" step.

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

Received on Tuesday, 22 March 2016 14:16:20 UTC