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

While talking with @mfalken about this issue we started wondering what service workers do for data URL imports today.  It seems we have some inconsistencies:

https://sw-import-data-url.glitch.me/

Chrome seems to run `importScripts()` for data URLs, but firefox returns an error.  Also, it seems chrome does not actually offline the data URL since it gives an error on the next sw script evaluation complaining that its a late import.

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

Received on Wednesday, 23 June 2021 14:32:11 UTC