0.0.3 • Published 12 years ago
delay-stream v0.0.3
delay-stream
delay chunks through a stream.
Example
delay chunks by 100 ms
var delay = require('delay-stream')
streamA.pipe(delay(100)).pipe(streamB)
that is all.
License
MIT
delay chunks through a stream.
delay chunks by 100 ms
var delay = require('delay-stream')
streamA.pipe(delay(100)).pipe(streamB)
that is all.
MIT