browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Add support for XHR2 send with Blob/ArrayBuffer/FormData (fixes #43) #56

Closed lakenen closed 9 years ago

lakenen commented 10 years ago

If write/end is called for the first time with an instance of Blob, ArrayBuffer, or FormData, call xhr.send directly with the object.

tmpvar commented 9 years ago

+1

ghost commented 9 years ago

Merged in 1.7.0.