Condividi tramite


TextDecoder interface

Extends

Proprietà ereditate

encoding
fatal
ignoreBOM

Metodi

decode(AllowSharedBufferSource, TextDecodeOptions)

Dettagli proprietà ereditate

encoding

encoding: string

Valore della proprietà

string

Ereditato daTextDecoderCommon.encoding

fatal

fatal: boolean

Valore della proprietà

boolean

Ereditato daTextDecoderCommon.fatal

ignoreBOM

ignoreBOM: boolean

Valore della proprietà

boolean

Ereditato daTextDecoderCommon.ignoreBOM

Dettagli metodo

decode(AllowSharedBufferSource, TextDecodeOptions)

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

Parametri

input

AllowSharedBufferSource

Restituisce

string