Re: [w3c/ServiceWorker] Should update() called on an installing worker reject (as currently does?) (#1155)

They are basically [scheduled](https://w3c.github.io/ServiceWorker/#schedule-job) to the job queue. If the job queue is empty when the first update is scheduled, that job is run right away. So, the second update will be queued and run later again. If more (same) update jobs are scheduled, they are not queued but aggregated (Schedule Job step 2.2) as a duplicate to the update job already pushed in the queue.

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

Received on Friday, 9 June 2017 07:38:06 UTC