[whatwg/fetch] "Unless stated otherwise, it is "omit". " (#935)

https://fetch.spec.whatwg.org/commit-snapshots/60a516da3c3c023da74a151d0970fdcb4735d94e/#concept-request-credentials-mode

> A request has an associated credentials mode, which is "omit", "same-origin", or "include". Unless stated otherwise, it is "omit".

This seems to be at odds with the formal part of the specification where `fallbackCredentials` was adjusted from "omit" to "same-origin". Shouldn't this have been adjusted alongside pull request https://github.com/whatwg/fetch/pull/585 (commit https://github.com/whatwg/fetch/commit/811575d6889026c68d55a327f79198dccfea403c)?

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

Received on Wednesday, 11 September 2019 11:04:31 UTC