Compartilhar via


TextDecoder interface

Extends

Propriedades herdadas

encoding
fatal
ignoreBOM

Métodos

decode(AllowSharedBufferSource, TextDecodeOptions)

Detalhes das propriedades herdadas

encoding

encoding: string

Valor da propriedade

string

Herdado deTextDecoderCommon.encoding

fatal

fatal: boolean

Valor da propriedade

boolean

Herdado deTextDecoderCommon.fatal

ignoreBOM

ignoreBOM: boolean

Valor da propriedade

boolean

Herdado deTextDecoderCommon.ignoreBOM

Detalhes do método

decode(AllowSharedBufferSource, TextDecodeOptions)

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

Parâmetros

input

AllowSharedBufferSource

Retornos

string