Skip to content

Commit 90b72a0

Browse files
TimvdLippepmeenan
authored andcommitted
Fix variable in Request constructor
_input_ is either a string or a request. Since this links to body (through unusable), it is supposed to be _inputBody_.
1 parent 152811f commit 90b72a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9004,7 +9004,7 @@ constructor steps are:
90049004
<p>If <var>initBody</var> is null and <var>inputBody</var> is non-null, then:
90059005

90069006
<ol>
9007-
<li><p>If <var>input</var> is <a for=Body>unusable</a>, then <a>throw</a> a {{TypeError}}.
9007+
<li><p>If <var>inputBody</var> is <a for=Body>unusable</a>, then <a>throw</a> a {{TypeError}}.
90089008

90099009
<!-- Any steps after this must not throw. -->
90109010

0 commit comments

Comments
 (0)