[whatwg/fetch] Credentials flag text in "CORS-preflight fetch" is unnecessarily convoluted (#279)

Step 7.12 of CORS-preflight fetch includes this text: `False if request's credentials mode is not "include", and true otherwise`. As far as I can tell, this is equivalent to `True if request's credentials mode is "include", false otherwise`.

---
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/279

Received on Monday, 11 April 2016 21:07:44 UTC