[fetch] fetch() needs to send a */* header (#142)

It seems like fetch() is currently expected to not send an Accept header at all unless one is specified by the caller.  This looks wrong.  We need to send */* when no headers are provided by the author.

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

Received on Friday, 23 October 2015 17:56:43 UTC