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.

I'm not sure rejecting if newest worker is null is adequate.  The install algorithm sets .installing before executing Run Service Worker.  So .installing will be set at top level script evaluation.

I think we should probably reject if the only worker is installing with no waiting or active workers.

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

Received on Friday, 22 January 2016 16:22:32 UTC