Re: [fetch] `user-agent` header control (#37)

If we allow setting it to any value and effectively replace anything the user agent would set we should probably make it a parameter of `RequestInit` as the supplied `headers` argument combines with existing headers (and never replaces). So e.g.

    fetch(url, {userAgent: "Wee"})

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/37#issuecomment-89799123

Received on Sunday, 5 April 2015 16:20:34 UTC