Re: [whatwg/xhr] Should XHR store and send HTTP header names in lower case? (#34)

That was intentional. But the lowercasing of header names will go away per the issue I referenced in my previous commit for both XMLHttpRequest and Fetch. (Though the API in Fetch will only ever expose them as lowercase and we'll continue to use case-insensitive matching to avoid two headers with different casing.)

-- 
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/xhr/issues/34#issuecomment-272091560

Received on Thursday, 12 January 2017 07:02:47 UTC