Re: [fetch] Handling of empty bodies (#246)

Oh, I guess `new Response(new FormData())` might actually generate a non-empty body. At least in Gecko. I'm currently unable to figure out what the spec says.

But the issue applies to `new Response(new URLSearchParams())` and `new Response("")`. I.e. both generate an empty body but still set the `content-type` header.

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

Received on Saturday, 12 March 2016 01:39:42 UTC