sindresorhus / get-stream

Get a stream as a string, Buffer, ArrayBuffer or array
MIT License
341 stars 33 forks source link

Set `error.bufferedData` when stream errors #63

Closed ehmicky closed 1 year ago

ehmicky commented 1 year ago

Fixes #56.

This also adds tests for error.bufferedData. That feature was untested.

sindresorhus commented 1 year ago

Can you fix the conflict?

ehmicky commented 1 year ago

Done :+1: