Re: [whatwg/fetch] Reject Promise on Error Response (#627)

We cannot change the behavior at this point, that would break backwards compatibility. I also don't think we want to. Note that you can use `thing.ok` to make sure you only process something with a 2xx code.

(It also seems you didn't finish your sentence in the previous comment, but I'll point out that `fetch()` is not meant as a high-level abstraction. It's actually meant to be as low-level as we can go, while still providing an attractive API.)

-- 
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/627#issuecomment-342456073

Received on Tuesday, 7 November 2017 11:35:24 UTC