- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 27 Oct 2021 09:42:26 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 October 2021 16:42:38 UTC
@noamr commented on this pull request. > @@ -2065,6 +2091,11 @@ known as an <dfn export id=concept-aborted-network-error>aborted network error</ <a for=response>header list</a> is always empty, and <a for=response>body</a> is always null. +<p>To create the <dfn>appropriate network error</dfn> given <a for=/>fetch params</a> +<var>fetchParams</var>, return an <a>aborted network error</a> if <var>fetchParams</var>'s +<a for="fetch params">fetch state</a> is "<code>aborted</code>"; otherwise return a +<a>network error</a>. Fixed -- 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/1329#discussion_r737658294
Received on Wednesday, 27 October 2021 16:42:38 UTC