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

One thing that comes to mind:

SSR compat as we add fetch to Node core. We don't want to break existing Node user's code (I.e. deprecating array based raw headers), but would also want to support the fetch api. 

And unfortunately I don't have direct sources for this, but whenever I teach folks differences between http in the browser and http in Node I have to cover things like this. "Headers are a class apart of the fetch api in your browser, but in node they are just an array of strings" 

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

Received on Wednesday, 4 August 2021 16:25:15 UTC