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

I think Fetch should make a copy of request before handing it to the service worker as well. I think as written it currently breaks down the moment you do `req.blob()` for non-stream requests in a service worker.

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

Received on Friday, 15 January 2021 12:30:37 UTC