[ 原始碼: node-pump ]
套件: node-pump (3.0.0-5)
node-pump 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-pump:
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Ying-Chun Liu (PaulLiu)
外部的資源:
- 主頁 [github.com]
相似套件:
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