danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 192 forks source link

About the 'end' event #154

Closed ghost closed 8 years ago

ghost commented 8 years ago

I need to know a few things about the 'end' event, they're all rather short questions:

Thanks.

danmactough commented 8 years ago

end event doesn't pass anything. I think the streams api docs answer your other questions: https://github.com/nodejs/readable-stream/blob/master/doc/stream.markdown#event-end

ghost commented 8 years ago

Thanks!