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

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