Re: [whatwg/fetch] Make extract throw for a disturbed/locked ReadableStream (#801)

harrishancock commented on this pull request.



> @@ -5746,9 +5764,6 @@ constructor must run these steps:
    <a for=request>use-CORS-preflight flag</a>.
   </ol>
 
- <li><p>If <var>inputBody</var> is <var>body</var> and <var>input</var> is <a for=Body>disturbed</a>
- or <a for=Body>locked</a>, then <a>throw</a> a {{TypeError}}.

Don't we still need this? `input.body` is not itself extracted, only `init.body`, so the change would only affect `init.body`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/801#pullrequestreview-148257853

Received on Tuesday, 21 August 2018 21:26:28 UTC