Re: [whatwg/fetch] Add more timing information about (interim) responses (PR #1483)

@noamr commented on this pull request.



> @@ -5744,6 +5751,14 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
          <li><p>If <var>request</var>'s <a for=request>mode</a> is "<code>websocket</code>" and
          <var>status</var> is 101, then <a for=iteration>break</a>.
 
+         <li><p>If <var>timingInfo</var>'s
+         <a for="fetch timing info">first interim network-response start time</a> is 0, then set
+         <var>timingInfo</var>'s
+         <a for="fetch timing info">first interim network-response start time</a> to
+         <var>timingInfo</var>'s <a for="fetch timing info">final network-response start time</a>.

Will update the description.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1483#discussion_r1184798891
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1483/review/1412747666@github.com>

Received on Thursday, 4 May 2023 09:52:06 UTC