- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 04 Mar 2021 06:25:30 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 March 2021 14:25:42 UTC
@noamr commented on this pull request. > @@ -3952,8 +4082,9 @@ these steps: <a for="filtered response">internal response</a> is <var>actualResponse</var>. <dt>"<code>follow</code>" - <dd><p>Set <var>response</var> to the result of running <a>HTTP-redirect fetch</a> given - <var>fetchParams</var> and <var>response</var>. + <dd><p>Set <var>timingInfo</var>'s <a for="fetch timing info">redirect start time</a> to + <var>timingInfo</var>'s <a for="fetch timing info">fetch start time</a>, and set <var>response</var> to + the result of running <a>HTTP-redirect fetch</a> given <var>fetchParams</var> and <var>response</var>. Navigations don't receive `resource timing`, but rather `navigation timing`, which includes a redirect count and not these metrics. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1185#discussion_r587512059
Received on Thursday, 4 March 2021 14:25:42 UTC