[whatwg/xhr] How should getResponseHeader() and getAllResponseHeaders() work (#109)

Value separator: should likely become ", ", not ",".

Header casing: unclear, @youennf suggests lowercase is feasible.

Header sorting: unclear, different order among browsers suggests lexicographical might be feasible (this is what the standard requires at the moment).

Tests: https://github.com/w3c/web-platform-tests/pull/4641.

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

Received on Tuesday, 31 January 2017 08:46:45 UTC