Re: [whatwg/fetch] Is a missing HeadersInit treated differently from an empty one? (#479)

So I should note that no matter what we do for records passing `[]` for a HeadersInit will unambiguously specify "no headers".  The real question is whether `{}` should have the same behavior as `[]`, and what behaviors `null` and `undefined` should have.

It sounds like you'd like `undefined` to mean "just copy the headers".  What about `null`?

-- 
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/479#issuecomment-278106611

Received on Tuesday, 7 February 2017 19:05:41 UTC