- From: Jake Archibald <notifications@github.com>
- Date: Fri, 25 Jun 2021 01:39:58 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 June 2021 08:40:16 UTC
> 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