- From: Jungkee Song <notifications@github.com>
- Date: Tue, 18 Aug 2015 05:30:46 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 18 August 2015 12:31:14 UTC
Sorry that I had missed this part of the work. Addressed it: 0e021ef91758f41690b9a713b26df83a14220693. > It seems maybe "imported scripts updated flag" should be set at the end of the top level worker script evaluation instead of at the end of the first importScripts() call? Thanks for spotting this. I think the flag should be set only when all the `importscripts(urls)` have been successfully run without any runtime errors. So I put this step in the [Install](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#installation-algorithm) algorithm step 17. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/730#issuecomment-132192995
Received on Tuesday, 18 August 2015 12:31:14 UTC