TextDecoderStream
open class TextDecoderStream( label: String = definedExternally, options: TextDecoderOptions = definedExternally) : GenericTransformStream, TextDecoderCommon(source)
The TextDecoderStream
interface of the Encoding API converts a stream of text in a binary encoding, such as UTF-8 etc., to a stream of strings.