Re: [w3c/ServiceWorker] The network fallback should be rejected when the request body is locked or disturbed (#1560)

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