Re: [whatwg/fetch] Make fetch() use "same-origin" credentials by default (#585)

I know this has already been closed, but shouldn't the sentence 
```
A request has an associated credentials mode, which is "omit", "same-origin", or "include". Unless stated otherwise, it is "omit". 
```
be 
```
A request has an associated credentials mode, which is "omit", "same-origin", or "include". Unless stated otherwise, it is "same-origin". 
```

Where we define the credentials mode concept? (https://github.com/whatwg/fetch/blob/master/fetch.bs#L1348-L1350)

-- 
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/pull/585#issuecomment-493894190

Received on Monday, 20 May 2019 08:45:29 UTC