- From: John Chappell <notifications@github.com>
- Date: Fri, 24 Aug 2018 18:44:54 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 August 2018 18:45:18 UTC
There are two lines that seem to be at odds with each other. By default a request should be using "omit" as the credentials mode but in the Response Constructor, a fallback of "same-origin" should be used. Should these two lines sync up to say the same thing? https://fetch.spec.whatwg.org/commit-snapshots/4321ab66c7ecc73793229939eaaeb811333e6cab/#keep-alive-flag > A request has an associated credentials mode, which is "omit", "same\-origin", or "include"\. Unless stated otherwise, it is "omit"\. https://fetch.spec.whatwg.org/commit-snapshots/4321ab66c7ecc73793229939eaaeb811333e6cab/#request-class > Set fallbackCredentials to "same\-origin"\. -- 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/804
Received on Friday, 24 August 2018 18:45:18 UTC