Re: [whatwg/fetch] Clarify which network errors create a resource timing entry (#1215)

> I'm pretty sure we don't store anything about timing on requests, except for the timing allow failed flag bookkeeping detail.

Right, the start time is in the fetch params. Perhaps we need to associate its timing info with a network error when we create it, in some "create a network error" algorithm.

-- 
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/issues/1215#issuecomment-925649972

Received on Thursday, 23 September 2021 09:34:05 UTC