Re: [whatwg/streams] "read all bytes" algorithm support for stringifiers (Issue #1312)

I'm pretty firmly against this. Byte streams should be limited to streams of Uint8Arrays. Use a transform stream if you're getting the data in the wrong format. Then you can clearly choose the correct encoding, for example, instead of assuming UTF-8.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1312#issuecomment-2046346322
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1312/2046346322@github.com>

Received on Wednesday, 10 April 2024 02:25:11 UTC