[ 原始碼: 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