We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
Implement the streaming equivalent of MUtf8Encoder and MUtf8Decoder.
dd413c2
Closes #24
461ba07
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: