concat-transform

transform stream that defers executing _transform until end

Usage no npm install needed!

<script type="module">
  import concatTransform from 'https://cdn.skypack.dev/concat-transform';
</script>

README

concat-transform

transform stream that defers executing _transform until end

Browser Support

why

you have a transformation that can only be performed atomically

how

subclass of stream.Transform that buffers into memory

tests

node: node test
browser: require('concat-transform/test')

license

WTFPL