Re: [w3c/ServiceWorker] When should "imported scripts updated flag" be unset? (#1021)

On reflection, I'm leaning toward allowing it only until the initial eval. AFAICT, the purpose of the byte-for-byte check is to examine whether it needs to continue to Install or not. If the spec changes to allow it until the end of install, what do we do with the byte-for-byte check for? When it comes to `import()`, I think the dynamically imported scripts should not be considered as the service worker script resources determining a version. WDYT?

-- 
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/1021#issuecomment-266347197

Received on Monday, 12 December 2016 05:37:17 UTC