- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 03 Mar 2021 22:14:08 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 March 2021 06:14:21 UTC
@noamr commented on this pull request. > </ol> +<h3 id=fetch-report-resource-timing>Report Resource Timing</h3> +<p>To <dfn>report resource timing</dfn>, given <a for=/>fetch params</a> <var>fetchParams</var> and <a for=/>response</a> +<var>response</var>, perform the following steps: +<ol> + <li>Let <var>globalObject</var> be <var>fetchParams</var>'s <a for="fetch params">request</a>'s + <a for=request>client</a>'s <a for="environment settings object">global object</a>. + <li>Let <var>timingInfo</var> be <var>fetchParams</var>'s <a for="fetch params">timing info</a>. + <li>Let <var>requestedURL</var> be <var>response</var>'s <a for=response>URL list</a>'s first item. + <li>If <var>response</var>'s <a for=response>timing allow passed flag</a> is not set, set Yes, and RT will coarsen and normalize them to timeOrigin -- 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_r587178088
Received on Thursday, 4 March 2021 06:14:21 UTC