event finish
Closed this issue · 1 comments
stefanocudini commented
how can I implement this event..
or exists any callback launched on finish download?
fent commented
this returns a readable stream, which emits an end
event. writable streams emit finish
. see more at https://nodejs.org/api/stream.html