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

Yeah, basically until you have established a TLS connection, you don't really know if it's same-origin or not. And post-connection network errors are always about policy enforcement and we do not want to surface that to the caller either.

I think a system timeout should be the same as a network error, information-wise.

-- 
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-851250673

Received on Monday, 31 May 2021 07:08:20 UTC