sindresorhus / get-stream

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

Document `node:stream/consumers` #58

Closed ehmicky closed 1 year ago

ehmicky commented 1 year ago

The methods exposed by node:stream/consumers (available since 16.14.0):

They can also output buffers. For this reason, this PR also updates what seems to be the remaining reasons to use this package: the maxBuffer and encoding options.