- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 04 May 2023 02:53:16 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 May 2023 09:53:21 UTC
@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>. + + <li><p>If <var>status</var> is 101, <a for=iteration>break</a>. Removed -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1483#discussion_r1184800393 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1483/review/1412749764@github.com>
Received on Thursday, 4 May 2023 09:53:21 UTC