browserify / http-browserify

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

Request::abort() not implemented #79

Open ahutchings opened 9 years ago

ahutchings commented 9 years ago

http://nodejs.org/api/http.html#http_request_abort

I ran across this when using request's timeout option that uses abort() internally.