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

Oh, no, sorry, it does not. The current settings object is not present during algorithms running in parallel. You usually save it before going parallel, from the caller API.

(There is only one current settings object, not one for each object, BTW.)

---
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-221252535

Received on Tuesday, 24 May 2016 12:25:43 UTC