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

Actually, it looks like a  for/of loop gets each header individually, so while a little bit awkward that solves my issue. Now I need to figure out how he's actually getting the set-cookie headers in the first place since it appears that `fetch()` blocks those.

-- 
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-286270804

Received on Monday, 13 March 2017 23:03:44 UTC