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

I know this is an old ticket, but for anyone who's interested, we now have a good solution to the problem. Thanks to a [PR](https://github.com/nfriedly/set-cookie-parser/pull/19) from @chrusart, the `set-cookie-parser` library is now capable of splitting the combined cookie string! They can then be parsed as individual set-cookie headers. See https://www.npmjs.com/package/set-cookie-parser#usage-in-react-native

Please test it out and let me know how it works for you.

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

Received on Friday, 8 June 2018 13:14:15 UTC