Skip to content

streams: implement TextEncoderStream and TextDecoderStream

Experimental as part of the web streams implementation (technically these are part of the same encoding spec as TextDecoder and TextEncoder, but make sense to keep bundled up with the require('web/stream') exports.

Still TODO: Enable the relevant web platform tests

Signed-off-by: James M Snell jasnell@gmail.com

Merge request reports

Loading