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

Resolve is meant to queue a task if running in parallel: https://www.w3.org/2001/tag/doc/promises-guide#shorthand-manipulating

> If the algorithm using these shorthands is running in parallel, the shorthands queue a task on p’s relevant settings object’s responsible event loop to call the stored function.

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

Received on Thursday, 28 April 2016 01:51:26 UTC