- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 03 Jan 2023 01:43:36 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 January 2023 09:43:48 UTC
@annevk commented on this pull request. > @@ -2398,7 +2398,8 @@ this is also tracked internally using the request's <a for=request>timing allow <p>A <dfn export id=concept-network-error>network error</dfn> is a <a for=/>response</a> whose <a for=response>type</a> is "<code>error</code>", <a for=response>status</a> is 0, <a for=response>status message</a> is the empty byte sequence, -<a for=response>header list</a> is « », and <a for=response>body</a> is null. +<a for=response>header list</a> is « », <a for=response>body</a> is null, and +<a for=response>body info</a> is a new <a for=/>response body info</a>,. ```suggestion <a for=response>body info</a> is a new <a for=/>response body info</a>. ``` > +<a for=response>header list</a> is « », <a for=response>body</a> is null, and +<a for=response>body info</a> is a new <a for=/>response body info</a>. ```suggestion <a for=response>header list</a> is « », <a for=response>body</a> is null, and <a for=response>body info</a> is a new <a for=/>response body info</a>. ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1556#pullrequestreview-1234289032 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1556/review/1234289032@github.com>
Received on Tuesday, 3 January 2023 09:43:48 UTC