- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 24 Mar 2021 10:07:38 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 24 March 2021 17:07:50 UTC
@annevk commented on this pull request. > +<ol> + <li><p>If <var>response</var>'s <a for=response>URL list</a> is null or + <a for=list lt="is empty">empty</a>, then return. + + <li><p>Let <var>originalURL</var> be <var>response</var>'s <a for=response>URL list</a>[0]. + + <li><p>Let <var>timingInfo</var> be <var>response</var>'s <a for=response>timing info</a>. + + <li><p>If <var>timingInfo</var> is null, then return. + + <li><p>Let <var>startTime</var> be <var>timingInfo</var>'s + <a for="fetch timing info">fetch start time</a>. + + <li><p>If <var>timingInfo</var>'s <a for="fetch timing info">redirect start time</a> is not 0, then + set <var>startTime</var> to <var>timingInfo</var>'s + <a for="fetch timing info">redirect start time</a>. If I do `performance.now()` and then invoke `fetch()` it seems I would be able to tell quite easily it's not the actual start time and instead something from the network. -- 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_r600686795
Received on Wednesday, 24 March 2021 17:07:50 UTC