[whatwg/fetch] "A status is a code" doesn't actually mean anything (#1142)

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