- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 27 Jul 2022 23:19:48 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 July 2022 06:20:01 UTC
@annevk commented on this pull request.
Thanks for catching this!
> @@ -7559,8 +7559,8 @@ these steps:
<p>If <var>response</var>'s <a for=response>status</a> is a <a>null body status</a>, then
<a>throw</a> a {{TypeError}}.
- <p class="note no-backref">101 is included in <a>null body status</a> due to its use elsewhere.
- It does not affect this step.
+ <p class="note no-backref">101 and 103 are included in <a>null body status</a> due to their
+ use elsewhere. It does not affect this step.
```suggestion
use elsewhere. They do not affect this step.
```
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1465#pullrequestreview-1053537007
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1465/review/1053537007@github.com>
Received on Thursday, 28 July 2022 06:20:01 UTC