You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to guarantee a stable streams base, regardless of what version of Node you, or the users of your libraries are using, use readable-streamonly and avoid the "stream" module in Node-core, for background see this blogpost.
The text was updated successfully, but these errors were encountered:
@julien-f The point of this library is to provide stream tools while remaining dependency-free. Adding a dependency (which itself has 3 sub-dependencies, and so on) is not an option.
First, nice lib 🙂
It may be nice to use
readable-stream
instead of nativestream
module: https://github.com/nodejs/readable-stream#readmeThe text was updated successfully, but these errors were encountered: