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

> Oh, `Response` is probably better to be fair and I'm not sure I see the deadlock issue.

I think the issue is if `Response` has a stream created in the same event loop. Since `importScripts` is synchronous, and streams are asynchronous, you'd get a deadlock.

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

Received on Friday, 25 June 2021 08:40:16 UTC