Re: [whatwg/fetch] response.ok = false for opaque responses may be misleading (#299)

Since response's status is 0 per https://fetch.spec.whatwg.org/#concept-filtered-response-opaque, `response.ok` will be false (only true if status is 2xx). It automatically follows from that.

So this is defined and this is intentional.

In https://github.com/whatwg/html/issues/1142 we did determine you can figure out the response status for some opaque responses, but I don't think we're going to change what is exposed here for now.

---
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/299#issuecomment-217172535

Received on Thursday, 5 May 2016 14:45:31 UTC