Open sciencesakura opened 4 months ago
The WHATWG Encoding Standard has TextEncoderStream and TextDecoderStream interfaces as the streaming equivalent of TextEncoder and TextDecoder.
TextEncoderStream
TextDecoderStream
TextEncoder
TextDecoder
https://encoding.spec.whatwg.org/
Mutf-8 should also implement the streaming equivalent of MUtf8Encoder and MUtf8Decoder for compatibility.
MUtf8Encoder
MUtf8Decoder
The WHATWG Encoding Standard has
TextEncoderStream
andTextDecoderStream
interfaces as the streaming equivalent ofTextEncoder
andTextDecoder
.https://encoding.spec.whatwg.org/
Mutf-8 should also implement the streaming equivalent of
MUtf8Encoder
andMUtf8Decoder
for compatibility.