sharkcore / tweenz

Tweens for Express
7 stars 1 forks source link

Consider using the new `stream.finished` helpers to clean up stream watching code #23

Open magicmark opened 5 years ago

magicmark commented 5 years ago

https://nodejs.org/api/stream.html#stream_stream_finished_stream_options_callback

Looks like we can clean up all the res.on event watchers with this 🎉

Let's tee this up for a major release