🏠 New in High Baseline Support: Text encoding and decoding

July 15, 2022

caniuse · mdn · spec

The TextEncoder API transforms a stream of code points into a byte stream with UTF-8 encoding, and TextDecoder does the reverse.

Source features