TextEncoderStream

The TextEncoderStream interface of the Encoding API converts a stream of strings into bytes in the UTF-8 encoding.

MDN Reference

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val encoding: String

Returns "utf-8".

Link copied to clipboard
Link copied to clipboard