@@ -343,6 +343,7 @@ following <a for=struct>items</a>: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]]
343
343
<dt> <dfn export for="fetch timing info">post-redirect start time</dfn> (default 0)
344
344
<dt> <dfn export for="fetch timing info">final service worker start time</dfn> (default 0)
345
345
<dt> <dfn export for="fetch timing info">final network-request start time</dfn> (default 0)
346
+ <dt> <dfn export for="fetch timing info">first interim network-response start time</dfn> (default 0)
346
347
<dt> <dfn export for="fetch timing info">final network-response start time</dfn> (default 0)
347
348
<dt> <dfn export for="fetch timing info">end time</dfn> (default 0)
348
349
<dd> A {{DOMHighResTimeStamp}} .
@@ -5995,9 +5996,8 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
5995
5996
<p> While true:
5996
5997
5997
5998
<ol>
5998
- <li><p> If <var> timingInfo</var> 's
5999
- <a for="fetch timing info">final network-response start time</a> is 0, then set
6000
- <var> timingInfo</var> 's <a for="fetch timing info">final network-response start time</a> to
5999
+ <li><p> Set <var> timingInfo</var> 's
6000
+ <a for="fetch timing info">final network-response start time</a> to the
6001
6001
<a for=/>coarsened shared current time</a> given <var> fetchParams</var> 's
6002
6002
<a for="fetch params">cross-origin isolated capability</a> , immediately after the user
6003
6003
agent's HTTP parser receives the first byte of the response (e.g., frame header bytes for
@@ -6015,6 +6015,12 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
6015
6015
processing we now perform here inline. -->
6016
6016
6017
6017
<ol>
6018
+ <li><p> If <var> timingInfo</var> 's
6019
+ <a for="fetch timing info">first interim network-response start time</a> is 0, then set
6020
+ <var> timingInfo</var> 's
6021
+ <a for="fetch timing info">first interim network-response start time</a> to
6022
+ <var> timingInfo</var> 's <a for="fetch timing info">final network-response start time</a> .
6023
+
6018
6024
<li><p> If <var> request</var> 's <a for=request>mode</a> is "<code> websocket</code> " and
6019
6025
<var> status</var> is 101, then <a for=iteration>break</a> .
6020
6026
0 commit comments