Freigeben über


TextDecoder interface

Extends

Geerbte Eigenschaften

encoding
fatal
ignoreBOM

Methoden

decode(AllowSharedBufferSource, TextDecodeOptions)

Geerbte Eigenschaftsdetails

encoding

encoding: string

Eigenschaftswert

string

Geerbt vonTextDecoderCommon.encoding

fatal

fatal: boolean

Eigenschaftswert

boolean

Geerbt vonTextDecoderCommon.fatal

ignoreBOM

ignoreBOM: boolean

Eigenschaftswert

boolean

Geerbt vonTextDecoderCommon.ignoreBOM

Details zur Methode

decode(AllowSharedBufferSource, TextDecodeOptions)

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

Parameter

input

AllowSharedBufferSource

Gibt zurück

string