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

I think dynamic imports are useful, but given that:

* browsers don't implement it
* it's sync
* no one's asking for it

…I'm happy for us to align the spec with browsers for `importScripts`. However, I think dynamic importing is going to become popular with [`import()`](https://github.com/tc39/proposal-dynamic-import), and we should support it there.

We could achieve this by allowing `import()` to go via the fetch event. Maybe that's the less magic solution?

-- 
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-266401653

Received on Monday, 12 December 2016 19:17:04 UTC