Re: [whatwg/xhr] Allow FormData constructor to accept array or object too (#202)

note `var data = [ 'foo', 'bar' ];` might not work, it'd need to be `var data = [ [ 'foo', 'bar'] ];` Otherwise this looks like a good idea.

-- 
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/202#issuecomment-424058407

Received on Monday, 24 September 2018 17:31:17 UTC