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

By https://github.com/slightlyoff/ServiceWorker/commit/ccfa7e4c1c7dad30be752ef4e613835d1d5fedc7,

> The single job queue change made all the equivalent jobs (i.e. jobs from register(), update(), Soft Update) be aggregated in the Schedule Job algorithm step 2.2.

is not true any more. An equivalent job whose promise has already settled makes the job passed to Schedule Job be queued. So, more thought and discussion are needed for the issue in this tread.

---
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/800#issuecomment-201112054

Received on Friday, 25 March 2016 02:31:46 UTC