Re: [whatwg/fetch] Request.headers is shared across Requests. Is it OK? (#1075)

Agreed that this should clone and that's also what browsers do (`r1.headers !== r2.headers` in at least Firefox and Chrome).

-- 
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/1075#issuecomment-675377234

Received on Tuesday, 18 August 2020 09:43:09 UTC