[whatwg/fetch] Use "append" instead of "set" to modify the header list (#758)

Per @youennf at https://github.com/whatwg/fetch/issues/747#issuecomment-395148588 Fetch uses "set" in three places (CORS-preflight fetch, `Response.redirect()`) where it could use "append" instead.

It seems worth using "append" consistently.

-- 
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/758

Received on Wednesday, 6 June 2018 17:29:53 UTC