Re: [slightlyoff/ServiceWorker] be more explicit that jobs always run asynchronously (#861)

I'm sorry, but I'm not sure I agree with the change in spec language.  I think scheduling the job should be immediate, but actually executing the job should be asynchronous.  I think the "queue a task" language belongs in the "Run Job" algorithm.

This also ensures an async step between consecutive jobs in the queue which is important for flushing event runnables and whatnot.

---
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/861#issuecomment-211939727

Received on Tuesday, 19 April 2016 14:15:43 UTC