[whatwg/fetch] Fetch would silently ignore the input body if it's not an existing data type? (#371)

[Spec](https://fetch.spec.whatwg.org/#concept-bodyinit-extract) seems to suggest this is the case, and Chrome is implemented in this way as well.

Any reasons for it? In real-world use case, we see quite a few developers sending in a plain object without realizing it's not supported.



-- 
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/371

Received on Friday, 19 August 2016 14:29:44 UTC