@@ -4484,15 +4484,16 @@ the response. [[!HTTP-CACHING]]
4484
4484
dispatch and processing of HTTP/1 fetches. [[!RFC9218]]
4485
4485
4486
4486
<li>
4487
- <p> If <var> request</var> is a <a>subresource request</a> , then :
4487
+ <p> If <var> request</var> is a <a>subresource request</a> :
4488
4488
4489
4489
<ol>
4490
4490
<li><p> Let <var> record</var> be a new <a for="fetch group">fetch record</a> whose
4491
4491
<a for="fetch record">request</a> is <var> request</var> and <a for="fetch record">controller</a>
4492
4492
is <var> fetchParams</var> 's <a for="fetch params">controller</a> .
4493
4493
4494
- <li><p> Append <var> record</var> to <var> request</var> 's <a for=request>client</a>' s
4495
- <a for=fetch>fetch group</a> list of <a for="fetch group">fetch records</a> .
4494
+ <li><p> <a for=list>Append</a> <var> record</var> to <var> request</var> 's
4495
+ <a for=request>client</a> 's <a for="environment settings object">fetch group</a>' s
4496
+ <a for="fetch group">fetch records</a> .
4496
4497
</ol>
4497
4498
4498
4499
<li><p> Run <a>main fetch</a> given <var> fetchParams</var> .
@@ -5678,7 +5679,7 @@ run these steps:
5678
5679
<li><p> Let <var> inflightKeepaliveBytes</var> be 0.
5679
5680
5680
5681
<li><p> Let <var> group</var> be <var> httpRequest</var> 's <a for=request>client</a>' s
5681
- <a>fetch group</a> .
5682
+ <a for="environment settings object" >fetch group</a> .
5682
5683
5683
5684
<li><p> Let <var> inflightRecords</var> be the set of <a for="fetch group">fetch records</a> in
5684
5685
<var> group</var> whose <a for="fetch record">request</a> 's <a for=request>keepalive</a> is true
@@ -6810,7 +6811,8 @@ agent's <a>CORS-preflight cache</a> for which there is a <a>cache entry match</a
6810
6811
<h3 id=deferred-fetch>Deferred fetching</h3>
6811
6812
6812
6813
<p> Deferred fetching allows callers to request that a fetch is invoked at the latest possible
6813
- moment, i.e., when a <a>fetch group</a> is <a for="fetch group">terminated</a> , or after a timeout.
6814
+ moment, i.e., when a <a for=/>fetch group</a> is <a for="fetch group">terminated</a> , or after a
6815
+ timeout.
6814
6816
6815
6817
<p> The <dfn>deferred fetch task source</dfn> is a <a>task source</a> used to update the result of a
6816
6818
deferred fetch. User agents must prioritize tasks in this <a>task source</a> before other task
@@ -6836,7 +6838,8 @@ which is an algorithm that takes no arguments:
6836
6838
<var> onActivatedWithoutTermination</var> .
6837
6839
6838
6840
<li><p> <a for=list>Append</a> <var> deferredRecord</var> to <var> request</var> 's
6839
- <a for=request>client</a> 's <a>fetch group</a>' s <a for="fetch group">deferred fetch records</a> .
6841
+ <a for=request>client</a> 's <a for="environment settings object">fetch group</a>' s
6842
+ <a for="fetch group">deferred fetch records</a> .
6840
6843
6841
6844
<li>
6842
6845
<p> If <var> activateAfter</var> is non-null, then run the following steps <a>in parallel</a> :
@@ -6886,7 +6889,7 @@ which is an algorithm that takes no arguments:
6886
6889
</div>
6887
6890
6888
6891
<div algorithm>
6889
- <p> To <dfn>process deferred fetches</dfn> given a <a>fetch group</a> <var> fetchGroup</var> :
6892
+ <p> To <dfn>process deferred fetches</dfn> given a <a for=/ >fetch group</a> <var> fetchGroup</var> :
6890
6893
6891
6894
<ol>
6892
6895
<li><p> <a for=list>For each</a> <a for="fetch group">deferred fetch record</a>
@@ -7137,7 +7140,8 @@ fetchLater("https://a.example.com", {body: a_6kb_body});
7137
7140
7138
7141
<li>
7139
7142
<p> <a for=list>For each</a> <a>deferred fetch record</a> <var> deferredRecord</var> of
7140
- <var> navigable</var> 's <a for=navigable>active document</a>' s <a>fetch group</a> 's
7143
+ <var> navigable</var> 's <a for=navigable>active document</a>' s <a>relevant settings object</a> 's
7144
+ <a for="environment settings object">fetch group</a> 's
7141
7145
<a for="fetch group">deferred fetch records</a> :
7142
7146
7143
7147
<ol>
0 commit comments