stream-splicer icon indicating copy to clipboard operation
stream-splicer copied to clipboard

streaming pipeline with a mutable configuration

Results 2 stream-splicer issues
Sort by recently updated
recently updated
newest added

Hi, This package fail test suite with nodejs (>= 10). Could you investigate ?

Based on how Array.splice works, I expected to be able to just call `splice(index, howMany)` to remove an entry from the pipeline. However, if you don't pass a stream the...