- From: Jonas Sicking <notifications@github.com>
- Date: Fri, 11 Mar 2016 17:39:13 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Saturday, 12 March 2016 01:39:42 UTC
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