Re: [whatwg/fetch] Allow used body replacement in Request constructor (#675)

annevk commented on this pull request.



> @@ -5348,10 +5345,14 @@ 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 <code>TypeError</code>.

Needs a comma before then.

-- 
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/675#pullrequestreview-104102274

Received on Thursday, 15 March 2018 08:01:44 UTC