sindresorhus / get-stream

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

Use a separate entrypoint for browsers #123

Closed ehmicky closed 7 months ago

ehmicky commented 7 months ago

See discussion at: https://github.com/sindresorhus/get-stream/pull/121#discussion_r1524119475

In order to avoid using dynamic imports, we need to use a separate entrypoint for browsers.