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

I looked at https://fetch.spec.whatwg.org/#dom-request and it seems that step 13 always copies the underlying header list and step 31 always creates a new `Headers` object. What am I missing?

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

Received on Saturday, 30 January 2021 08:43:23 UTC