Re: [ServiceWorker] What is the "Doom Installing Worker" algorithm supposed to be doing? (#847)

Yes this is what I was talking about here: https://github.com/slightlyoff/ServiceWorker/issues/783#issuecomment-168982727

DoomInstallingWorker is something I added to Chrome before we had timeouts, to ensure a while(true) worker does not block the whole job queue. I don't think it's needed in the spec, or in Chrome anymore now that we a timeout.

---
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/847#issuecomment-197092723

Received on Wednesday, 16 March 2016 01:04:52 UTC