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

I'm fine with this.  I think this does introduce somewhat of an edge case in terms of potential breakage via changes to [web_accessible_resources](https://developer.chrome.com/docs/extensions/mv3/manifest/web_accessible_resources/) (which are local but not same-origin as I understand it) mentioned in https://github.com/w3c/ServiceWorker/issues/1595#issuecomment-866947492.  However, I think for Firefox our plan will be to unregister any ServiceWorker registration touched by a web extension in any way when the extension is upgraded or uninstalled, which side-steps the issue.

I don't think anyone from Safari/WebKit has weighed in?

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

Received on Tuesday, 6 July 2021 15:29:39 UTC