Re: [ServiceWorker] should update() during top level script evaluation be ignored? (#800)

> @jungkees Where does it do the aggregation now? I seem to remember we only aggregate SoftUpdates, not explicit update() calls. Also, I can't find the steps that do the aggregation since the change to a single job queue.

The single job queue change made all the [equivalent](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#dfn-job-equivalent) jobs (i.e. jobs from register(), update(), Soft Update) be aggregated in the Schedule Job algorithm step 2.2.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/800#issuecomment-174617322

Received on Monday, 25 January 2016 18:44:45 UTC