🏠 New in High Baseline Support: Text encoding and decoding
July 15, 2022
The TextEncoder API transforms a stream of code points into a byte stream with UTF-8 encoding, and TextDecoder does the reverse.
Source features
api.TextEncoder[mdn]api.TextEncoder.TextEncoder[mdn]api.TextEncoder.encode[mdn]api.TextEncoder.encoding[mdn]api.TextDecoder[mdn]api.TextDecoder.TextDecoder[mdn]api.TextDecoder.decode[mdn]api.TextDecoder.encoding[mdn]api.TextDecoder.worker_support[mdn]api.TextEncoder.worker_support[mdn]api.TextDecoder.fatal[mdn]api.TextDecoder.ignoreBOM[mdn]api.TextEncoder.encodeInto[mdn]api.TextDecoderStream[mdn]api.TextDecoderStream.TextDecoderStream[mdn]api.TextDecoderStream.encoding[mdn]api.TextDecoderStream.fatal[mdn]api.TextDecoderStream.ignoreBOM[mdn]api.TextEncoderStream[mdn]api.TextEncoderStream.TextEncoderStream[mdn]api.TextEncoderStream.encoding[mdn]