Re: [whatwg/fetch] Why doesn't `fetch` reject if 400 ≤ status < 600? (#18)

s/`responsePromise.status >= 400`/`!response.ok`/

-- 
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/18#issuecomment-605653222

Received on Sunday, 29 March 2020 15:22:30 UTC