TextDecoder
open external class TextDecoder(decoder: String = definedExternally, options: TextDecoderConstructorOptions = definedExternally)
Constructors
Link copied to clipboard
constructor(decoder: String = definedExternally, options: TextDecoderConstructorOptions = definedExternally)
Properties
Functions
Link copied to clipboard
open fun decode(input: ArrayBuffer = definedExternally, options: TextDecoderDecodeOptions = definedExternally): String
open fun decode(input: ArrayBufferView = definedExternally, options: TextDecoderDecodeOptions = definedExternally): String