Re: [whatwg/xhr] Consider adding toJSON to FormData (#84)

I guess the problem is that JSON doesn't support arbitrary objects or byte sequences and reading `Blob` cannot be done synchronously, so I'm not sure `toJSON()` actually makes sense here.

It would work for `URLSearchParams`, but not this API.

-- 
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/xhr/issues/84#issuecomment-240338358

Received on Wednesday, 17 August 2016 07:47:03 UTC