- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 25 Mar 2021 02:05:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 March 2021 09:05:19 UTC
In https://whatpr.org/fetch/1185.html#finalize-and-report-timing step 5 we initialize _startTime_ to fetch start time. At that point fetch start time is not guaranteed to be equal to start time, right? Then step 6 compensates for that. Then step 7 does the reset. But why not initialize _startTime_ to start time and drop step 6? It seems that would be a lot clearer. -- 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#issuecomment-806483404
Received on Thursday, 25 March 2021 09:05:19 UTC