- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 08 Dec 2022 04:32:07 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 December 2022 12:32:20 UTC
@annevk commented on this pull request. Yeah this looks good. Tiny nit and then this can merge once the checkboxes are done. > @@ -2366,6 +2366,7 @@ known as an <dfn export id=concept-aborted-network-error>aborted network error</ <p>A <a>network error</a> is a <a for=/>response</a> whose <a for=response>status</a> is always 0, <a for=response>status message</a> is always the empty byte sequence, +<a for=response>body info</a> is always a new <a for=/>response body info</a>, <a for=response>header list</a> is always empty, and <a for=response>body</a> is always null. Nit: can we put body info at the end throughout as it's defined last of these fields? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1556#pullrequestreview-1209990148 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1556/review/1209990148@github.com>
Received on Thursday, 8 December 2022 12:32:20 UTC