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

> Why not just try and throw if the network request fails? 

It sounds like this is option: "Make dynamic imports just like fetch(): no installation, no bouncing through FetchEvent".

The cons with that included:
* Doesn't match static imports (which install the script) which may be surprising.
* Makes it easy to write service workers that only function while online.

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

Received on Thursday, 17 January 2019 03:48:53 UTC