- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 09 Apr 2024 19:25:07 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 April 2024 02:25:11 UTC
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