Re: [whatwg/fetch] Get multiple headers as an aray rather than a combined value? (#506)

`getAll()` shouldn't exist. It's more than deprecated, it's removed. Also, cookie headers are not supported whatsoever. They're excluded from the API per https://fetch.spec.whatwg.org/#forbidden-response-header-name.

-- 
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/506#issuecomment-286337735

Received on Tuesday, 14 March 2017 06:56:24 UTC