[fetch] "If init's status member is either not in the ra..." (#96)

https://fetch.spec.whatwg.org/#response-class

> If init's status member is either not in the range 200 to 599, inclusive, or is a null body status, throw a RangeError
Why are we not including 100-199 in valid status range (in HTTP there are 100 and 101 status codes defines)? If we include this, then we can simplify the condition and remove the "null body status" check here.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/96

Received on Wednesday, 29 July 2015 07:19:47 UTC