Skip to content

Commit 5a015d1

Browse files
authored
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 ed04423 commit 5a015d1

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
@@ -8868,7 +8868,7 @@ constructor steps are:
88688868
<p>If <var>initBody</var> is null and <var>inputBody</var> is non-null, then:
88698869

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

88738873
<!-- Any steps after this must not throw. -->
88748874

0 commit comments

Comments
 (0)