stream-timeout
A stream that emits a timeout event if there's a large pause after a chunk.
api
var stream = stream;
Delay is same as in setTimeout, opts is given to Stream.Writable.
A stream that emits a timeout event if there's a large pause after a chunk.
var stream = stream;
Delay is same as in setTimeout, opts is given to Stream.Writable.
npm i stream-timeout
5
0.0.0
ISC