File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9026,10 +9026,10 @@ method steps are:
9026
9026
<p class=note> Requests whose <a for=request>body</a> is a {{ReadableStream}} cannot be deferred.
9027
9027
9028
9028
<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 }} .
9030
9030
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 }} .
9033
9033
9034
9034
<li><p> If the <a>available deferred-fetch quota</a> given <var> request</var> 's
9035
9035
<a for=request>client</a> and <var> request</var> 's <a for=request>URL</a>' s <a for=url>origin</a>
You can’t perform that action at this time.
0 commit comments