- From: cyaugin <notifications@github.com>
- Date: Mon, 31 Jul 2023 23:28:21 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 August 2023 06:28:26 UTC
Per https://xhr.spec.whatwg.org/#interface-xmlhttprequest a response is said to be initialized as a **network error**, the definition of which is then linked to in the Fetch Standard (https://fetch.spec.whatwg.org/#concept-network-error). However, the definition given is specific to Fetch and its applicability to XHR is unclear, mainly because the valid response types have different values between Fetch and XHR (most notably in this case, the XMLHttpRequestResponseType enum cannot have the supposed initial value of `error`). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/issues/379 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/xhr/issues/379@github.com>
Received on Tuesday, 1 August 2023 06:28:26 UTC