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

Could we allow late `import()` and `importScripts()` after installation if the script URL is considered "local"?

https://fetch.spec.whatwg.org/#local-scheme

So for example, you could do a late `import()` or `importScripts()` to a `data:` or `blob:` URL.

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

Received on Thursday, 10 June 2021 18:20:37 UTC