[ 源代码: node-pump ]
软件包:node-pump(3.0.0-5)
small node module that pipes streams together
When using standard source.pipe(dest) source will not be destroyed if dest emits close or an error. You are also not able to provide a callback to tell when then pipe has finished. pump does these two things for you.
Node.js is an event-based server-side JavaScript engine.
其他与 node-pump 有关的软件包
|
|
|
|
-
- dep: node-end-of-stream
- Invoke a callback when a stream has completed or failed
-
- dep: node-once
- Run a function only once with this module for Node.js