Re: [w3c/ServiceWorker] Clarify dynamic-imported scripts are never installed (#1356)

It seems bad to make dynamic `import()` throw. Unlike `importScripts()`, it's not sync, so it's not problematic in that regard of blocking requests. It would just drive people to use `fetch()` + `eval()` hacks if they want to lazy-load, or conditionally load, any code.

-- 
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/1356#issuecomment-424874039

Received on Wednesday, 26 September 2018 21:22:10 UTC