@@ -8948,25 +8948,25 @@ method steps are:
8948
8948
8949
8949
<li><p> Let <var> activateAfter</var> be null.
8950
8950
8951
- <li><p> If <var> init</var> is given and <var> init</var> ["<code>activateAfter</code> "]
8951
+ <li><p> If <var> init</var> is given and <var> init</var> ["{{DeferredRequestInit/activateAfter}} "]
8952
8952
<a for=map>exists</a> , then set <var> activateAfter</var> to
8953
- <var> init</var> ["<code>activateAfter</code> "] .
8953
+ <var> init</var> ["{{DeferredRequestInit/activateAfter}} "] .
8954
8954
8955
8955
<li><p> If <var> activateAfter</var> is less than 0, then throw a {{RangeError}} .
8956
8956
8957
8957
<li><p> If <var> request</var> 's <a for=request>URL</a>' s <a for=url>scheme</a> is not an
8958
8958
<a>HTTP(S) scheme</a> , then throw a {{TypeError}} .
8959
8959
8960
+ <li><p><li><p> If <var> request</var> 's
8961
+ <a for=request>body</a> is not null, and <var> request</var> 's
8962
+ <a for=request>body</a> <a for=body>source</a> is null, then throw a {{TypeError}} .
8963
+
8960
8964
<li><p> If <var> request</var> 's <a for=request>client</a> is not a <a>fully active</a>
8961
8965
{{Document}} , then throw an "{{InvalidStateError}} " {{DOMException}} .
8962
8966
8963
8967
<li><p> If <var> request</var> 's <a for=request>URL</a> is not a
8964
8968
<a>potentially trustworthy url</a> , then throw a "{{SecurityError}} " {{DOMException}} .
8965
8969
8966
- <li><p><li><p> If <var> request</var> 's
8967
- <a for=request>body</a> is not null, and <var> request</var> 's
8968
- <a for=request>body</a> <a for=body>source</a> is null, then throw a {{TypeError}} .
8969
-
8970
8970
<li><p> If the <a>available deferred-fetch quota</a> given <var> request</var> 's
8971
8971
<a for=request>client</a> and <var> request</var> 's <a for=request>URL</a>' s <a for=url>origin</a>
8972
8972
is less than <var> request</var> 's <a>total request length</a> , then throw a
0 commit comments