Re: [w3c/ServiceWorker] consider allow late importScripts/import for local URLs (#1595)

I'm not sure we considered `file:` fully, but it can definitely hit the network depending on your environment, as I understand it. Will this lead to a pattern of folks using `fetch()` + this or maybe they are already doing that with `eval()`?

For `blob:` and `data:` URLs this seems somewhat reasonable I suppose, but it does make the model a bit more complex. If that's only for extensions I'm not sure that's enough justification to also change it for the web.

-- 
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/1595#issuecomment-862329684

Received on Wednesday, 16 June 2021 12:16:58 UTC