1. TextEncoder & TextDecoder

    `TextEncoder` encodes a JavaScript string into bytes using the UTF-8 encoding and returns the resulting `Uint8Array` of those bytes. `TextDecoder` does the reverse.

  2. textencoder api

  3. textencoderstream api

  4. textencoderstream api: encoding

  5. textencoderstream api: readable

  6. textencoderstream api: `textencoderstream()` constructor

  7. textencoderstream api: writable

  8. textencoder api: encode

  9. textencoder api: encodeinto

  10. textencoder api: encoding

  11. textencoder api: `textencoder()` constructor

  12. textencoder api: available in workers