browserify / http-browserify

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

Emit an error event when something goes wrong... #63

Closed klyngbaek closed 10 years ago

klyngbaek commented 10 years ago

more closely mirroring the nodejs http module api. This is done my assigning an onerror handler to xhr and propagating the event up.