Re: [whatwg/fetch] New Resource Timing issues (#1201)

From IRC:

> if I do `fetch("https://www.google.com")` and then check the last entry of `window.performance.getEntriesByType("resource")` it's there, so network errors do result in entries afaict

And note that in this case the network error is due to CORS. I think we should either report all network errors or none of them.

Doing this would also require some kind of integration with "fetch finale" as only there do we know if a response became a network error.

-- 
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/1201#issuecomment-808142252

Received on Friday, 26 March 2021 11:33:50 UTC