- From: Tab Atkins Jr. <notifications@github.com>
- Date: Wed, 20 Jan 2021 10:31:07 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 January 2021 18:31:21 UTC
The definition of [status](https://fetch.spec.whatwg.org/#concept-status) simply states: > A status is a code. It then follows up with some more specification definitions of particular types of statuses, which imply that by "code" you mean "an integer, probably somewhere in the range 1-1000 or so". Since "code" doesn't have a definition, and the English definition doesn't generally map to "integer in some range", this dfn should instead actually specify what a status is: a positive (or non-negative?) integer, probably in some specified range. -- 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/issues/1142
Received on Wednesday, 20 January 2021 18:31:21 UTC