🏠 New in Low Baseline Support: Text encoding and decoding

January 15, 2020

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