sindresorhus / get-stream

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

Add support for `DataView` stream chunks #79

Closed ehmicky closed 1 year ago

ehmicky commented 1 year ago

This PR continues implementing support for web streams (ReadableStream). This PR allows stream chunks to be DataViews, in addition to the already supported string, TypedArray, and Node.js Buffer.