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

Hi,

Although `getAll()` is deprecated, it must return an array of individual values, right? Based on that assumption, I submitted a bug [#12846](../../../facebook/react-native/issues/12846) to React Native. Currently, its platform-specific implementation of the Fetch API (at least iOS) returns a single array item = all values concatenated.

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

Received on Tuesday, 14 March 2017 04:49:12 UTC