Re: [w3c/ServiceWorker] Have "Handle Fetch" return error when request's streaming body is unusable (#1563)

@yutakahirano commented on this pull request.



> +              1. If |response| is null, |request|'s [=request/body=] is not null, and |request|'s [=request/body=]'s [=Body/source=] is null, then:
+           1. If |request|'s [=request/body=] is [=Body/unusable=], set |handleFetchFailed| to true.
+    2. Else, [=ReadableStream/cancel=] |request|'s [=request/body=] with undefined.

Thank you!

-- 
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/pull/1563#discussion_r578119674

Received on Thursday, 18 February 2021 04:09:57 UTC