[whatwg/fetch] CORS request-header Content-Type check should be on a combined value (#748)

In particular if there are multiple `Content-Type` headers this check should most likely fail.

This is probably best addressed after #736.

This also affects the `Headers` API... Relates to https://github.com/whatwg/mimesniff/issues/30 as well, but can probably be addressed separately as request `Content-Type` can be much stricter than response `Content-Type`...

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

Received on Wednesday, 30 May 2018 12:36:02 UTC