browserify / http-browserify

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

support request.send(*) #43

Closed juliangruber closed 9 years ago

juliangruber commented 10 years ago

XHR2 added

req.send(FormData);
req.send(Blob);
req.send(ArrayBuffer);