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

> Think it would be useful if object got json stringify automatically if giving the body a plain object...

Correct me if I'm wrong, but I think `toString()` works the way it does by default because `JSON.stringify()` can trigger side effects through getters.

-- 
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#issuecomment-241078889

Received on Friday, 19 August 2016 17:19:45 UTC