- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 22 Mar 2021 06:36:57 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 March 2021 13:37:09 UTC
@annevk commented on this pull request. > + <li><p>Let <var>redirectTimingList</var> be <var>fetchParams</var>'s + <a for="fetch params">redirect timing info list</a>. + + <li><p>Let <var>body</var> be <var>response</var>'s <a for=response>body</a>. + + <li><p>Set <var>response</var>'s <a for=response>timing info</a> to <var>fetchParams</var>'s + <a for="fetch params">timing info</a>. + + <li><p>If <var>redirectTimingList</var> is not empty, set <var>timingInfo</var>'s + <a for="fetch timing info">redirect start time</a> to <var>redirectTimingList</var>'s first item's + <a for="fetch timing info">fetch start time</a> and + <a for="fetch timing info">redirect end time</a> to <var>redirectTimingList</var>'s last item's + <a for="fetch timing info">fetch start time</a>. +</ol> + +<p>To <dfn export for=response>retrieve timing info</dfn>, given <a for=/>response</a> <var>response</var>, Any reason to not inline this? -- 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_r598720202
Received on Monday, 22 March 2021 13:37:09 UTC