Re: [whatwg/fetch] Inconsistent handling of response (#1014)

Actually it supports CORS and if you have tried the example with and without the headers you would have see the difference. The behavior is the same when we add `mode: 'cors'` option. Even if the server doesn't support the CORS why would the handling of the request vary because of the change in headers? I believe this is clearly an error.


-- 
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/1014#issuecomment-606741167

Received on Tuesday, 31 March 2020 16:41:02 UTC