- From: Ben Kelly <notifications@github.com>
- Date: Mon, 28 Sep 2020 17:55:09 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 29 September 2020 00:55:21 UTC
I guess if cache.addAll() aborts internally it is not exposed to the script's AbortSignal. It seems the Request constructor always creates a new AbortSignal which then follows the original signal. This means the signal flows into the new Request, but if we abort the new Request signal internally the info does not flow back out to the script. So I'm not sure if its really possible to test if outstanding requests are cancelled when one request in addAll() fails. -- 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/1543#issuecomment-700360525
Received on Tuesday, 29 September 2020 00:55:21 UTC