Skip to content

Commit 3fa4984

Browse files
committed
Throw {{TypeError}}
1 parent ed638f2 commit 3fa4984

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fetch.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9026,10 +9026,10 @@ method steps are:
90269026
<p class=note>Requests whose <a for=request>body</a> is a {{ReadableStream}} cannot be deferred.
90279027

90289028
<li><p>If <var>request</var>'s <a for=request>client</a> is not a <a>fully active</a>
9029-
{{Document}}, then throw an "{{InvalidStateError}}" {{DOMException}}.
9029+
{{Document}}, then throw a {{TypeError}}.
90309030

9031-
<li><p>If <var>request</var>'s <a for=request>URL</a> is not a
9032-
<a>potentially trustworthy url</a>, then throw a "{{SecurityError}}" {{DOMException}}.
9031+
<li><p>If <var>request</var>'s <a for=request>URL</a> is not a <a>potentially trustworthy url</a>,
9032+
then throw a {{TypeError}}.
90339033

90349034
<li><p>If the <a>available deferred-fetch quota</a> given <var>request</var>'s
90359035
<a for=request>client</a> and <var>request</var>'s <a for=request>URL</a>'s <a for=url>origin</a>

0 commit comments

Comments
 (0)