[whatwg/fetch] CORS-preflight fetch (#741)

Thanks to @youennf in #733 I noticed that CORS-preflight fetches currently don't set the CORS flag when invoking HTTP-network-or-cache fetch. While this does not impact them setting the `Origin` header (due to using the `OPTIONS` method), it does impact it processing a 401, which it should not be doing.

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

Received on Monday, 28 May 2018 08:53:54 UTC