Re: [whatwg/fetch] Support 1D list as Header `init` (#1274)

I was kind of curious how it was more efficient and why people might want to use this. It would also be interesting to know if people today have this kind of data structure and end up having to convert it to suit the `Headers` constructor.

(Also, to be clear, is the data model essentially `[headerName1, headerValue1, headerName2, headerValue2, ..., headerNameN, headerValueN]`?)

-- 
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/1274#issuecomment-892420273

Received on Wednesday, 4 August 2021 07:08:45 UTC