bufferstream
Advanced tools
Comparing version 0.4.4 to 0.4.5
{ "name": "bufferstream" | ||
, "description": "painless stream buffering and cutting" | ||
, "version": "0.4.4" | ||
, "version": "0.4.5" | ||
, "homepage": "https://github.com/dodo/node-bufferstream" | ||
@@ -5,0 +5,0 @@ , "author": "dodo (https://github.com/dodo)" |
@@ -131,2 +131,10 @@ # BufferStream | ||
### post.pipe | ||
```javascript | ||
post.pipe(stream); | ||
``` | ||
pumps data into another stream to allow incoming streams | ||
## example | ||
@@ -133,0 +141,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13836
160