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

Concatenate a readable stream's data into a single array.

Results 4 stream-to-array issues
Sort by recently updated
recently updated
newest added
trafficstars

As part of a process of alignment with the tc39 iterator helpers proposal - just letting you know. The main difference is that this doesn't listen to `data` (which we...

Thanks for this library. I've found the following issue after using stream-to-promise that depends on this library. Consider the following code that has a paused readable stream containing data at...

I was trying to use `stream-to-array` with a stream that passed a non-error value to the `end` callback ([fast-csv](https://www.npmjs.com/package/fast-csv)). `stream-to-array` treated this as an error even though it wasn't one....