Closed feross closed 9 years ago
yep!
I found https://www.npmjs.org/package/filestream which seems to work just fine so I'm using that for now.
Yeah, this module is fundamentally flawed. You should write a warning in the readme and redirect to https://github.com/DamonOehlman/filestream
Why are you closing this? Even without a comment. This is not a stream. It's just an event-emitter which happens to implement a pipe method. You should inform potential users about this!
Dude's under no obligation to do anything. It's an open source project, and a small one. Spend your energy making things.
I'm not super familiar with how to work with old streams. This module doesn't seem to emit
data
events, which all streams should do. Listening for thereadable
event obviously doesn't work because that's streams2 only. It seems likepipe
is the only thing that will work.Would you accept a PR that ported this to use streams2?