- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 15 Jan 2021 05:21:22 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 January 2021 13:21:35 UTC
If the service worker invokes `req.blob()` in Handle Fetch and then Handle Fetch ends up returning null to Fetch, Fetch holds a request whose body is disturbed. This is problematic as Fetch still needs that body. Therefore, similar to making an HTTP request (where you can have a similar situation if you encounter a redirect) it seems that Fetch will need to copy the request. -- 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/1560#issuecomment-760938415
Received on Friday, 15 January 2021 13:21:35 UTC