Re: [whatwg/fetch] Add special handling of `set-cookie` to Headers (PR #1346)

> I do think there's a risk of breaking existing code that may be relying on the iterator producing a unique set of keys.

Deno's current implementation of `headers.keys()` will yield `"set-cookie"` repeatedly. Although @lucacasonato can speak more on it, this doesn't seem to have caused any breakage in practice.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1346#issuecomment-1412894621
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1346/c1412894621@github.com>

Received on Wednesday, 1 February 2023 23:20:57 UTC