Skip to content

Commit 043abc7

Browse files
committed
linkify activateAfter
1 parent b91401a commit 043abc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fetch.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8948,25 +8948,25 @@ method steps are:
89488948

89498949
<li><p>Let <var>activateAfter</var> be null.
89508950

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}}"]
89528952
<a for=map>exists</a>, then set <var>activateAfter</var> to
8953-
<var>init</var>["<code>activateAfter</code>"].
8953+
<var>init</var>["{{DeferredRequestInit/activateAfter}}"].
89548954

89558955
<li><p>If <var>activateAfter</var> is less than 0, then throw a {{RangeError}}.
89568956

89578957
<li><p>If <var>request</var>'s <a for=request>URL</a>'s <a for=url>scheme</a> is not an
89588958
<a>HTTP(S) scheme</a>, then throw a {{TypeError}}.
89598959

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+
89608964
<li><p>If <var>request</var>'s <a for=request>client</a> is not a <a>fully active</a>
89618965
{{Document}}, then throw an "{{InvalidStateError}}" {{DOMException}}.
89628966

89638967
<li><p>If <var>request</var>'s <a for=request>URL</a> is not a
89648968
<a>potentially trustworthy url</a>, then throw a "{{SecurityError}}" {{DOMException}}.
89658969

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-
89708970
<li><p>If the <a>available deferred-fetch quota</a> given <var>request</var>'s
89718971
<a for=request>client</a> and <var>request</var>'s <a for=request>URL</a>'s <a for=url>origin</a>
89728972
is less than <var>request</var>'s <a>total request length</a>, then throw a

0 commit comments

Comments
 (0)