TextDecoder

class TextDecoder(label, options)

exported from runtime.d

Arguments:

Properties

TextDecoder.encoding

type: readonly string

TextDecoder.fatal

type: readonly boolean

TextDecoder.ignoreBOM

type: readonly boolean

Methods

TextDecoder.decode(input: BufferSource, options: TextDecodeOptions) string