File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -5103,18 +5103,17 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
5103
5103
<var> includeCredentials</var> , and <var> forceNewConnection</var> .
5104
5104
</dl>
5105
5105
5106
- <li> Set <var> timingInfo</var> 's <a for="fetch timing info">final connection timing info</a> to the
5107
- result of calling <a>clamp and coarsen connection timing info</a> with <var> connection</var> 's
5108
- <a for=connection>timing info</a> , <var> timingInfo</var> 's
5109
- <a for="fetch timing info">post-redirect start time</a> , and <var> fetchParams</var> 's
5110
- <a for="fetch params">cross-origin isolated capability</a> .
5111
-
5112
5106
<li>
5113
5107
<p> Run these steps, but <a>abort when</a> the ongoing fetch is <a for=fetch>terminated</a> :
5114
5108
5115
5109
<ol>
5116
- <li><p> If <var> connection</var> is failure, return a
5117
- <a>network error</a> .
5110
+ <li><p> If <var> connection</var> is failure, then return a <a>network error</a> .
5111
+
5112
+ <li><p> Set <var> timingInfo</var> 's <a for="fetch timing info">final connection timing info</a> to
5113
+ the result of calling <a>clamp and coarsen connection timing info</a> with
5114
+ <var> connection</var> 's <a for=connection>timing info</a>, <var>timingInfo</var>' s
5115
+ <a for="fetch timing info">post-redirect start time</a> , and <var> fetchParams</var> 's
5116
+ <a for="fetch params">cross-origin isolated capability</a> .
5118
5117
5119
5118
<li><p> If <var> connection</var> is not an HTTP/2 connection, <var> request</var> 's
5120
5119
<a for=request>body</a> is non-null, and <var> request</var> 's <a for=request>body</a>' s
You can’t perform that action at this time.
0 commit comments