superagent
superagent copied to clipboard
All events emitted by superagent not documented
Hello. It would be very useful to have documentation for all events emitted.
Currently only 'error' and 'progress' are mentioned. I don't believe 'abort' (fired on timeout) is documented .. are there others?
That's a very good point. Would you like to help documenting them?
Search the code for uses of emit
function. There's also response
event in addition to the ones you've listed.
Ordinarily yes, but I've got a pretty full plate right now and was only exploring the possibility of using the node module. Sorry to raise the issue and then not contribute to resolving. Perhaps someone else can take it up.