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

> It would just drive people to use fetch() + eval() hacks if they want to lazy-load, or conditionally load, any code.

I seem to recall the driving motivation was to avoid people building service workers that functioned when online and then unexpectedly broke offline.  The sync'ness of importScripts was not really a factor.  We wanted to remove the footgun by fast failing.

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

Received on Wednesday, 26 September 2018 21:29:49 UTC