TextDecoder interface

Extends

Zděděné vlastnosti

encoding
fatal
ignoreBOM

Metody

decode(AllowSharedBufferSource, TextDecodeOptions)

Podrobnosti zděděných vlastností

encoding

encoding: string

Hodnota vlastnosti

string

Zděděno zTextDecoderCommon.encoding

fatal

fatal: boolean

Hodnota vlastnosti

boolean

Zděděno zTextDecoderCommon.fatal

ignoreBOM

ignoreBOM: boolean

Hodnota vlastnosti

boolean

Zděděno zTextDecoderCommon.ignoreBOM

Podrobnosti metody

decode(AllowSharedBufferSource, TextDecodeOptions)

function decode(input?: AllowSharedBufferSource, options?: TextDecodeOptions): string

Parametry

input

AllowSharedBufferSource

Návraty

string