Re: [whatwg/fetch] Initial resource timing integration. (#1185)

@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