次の方法で共有


TextDecoder interface

Extends

継承されたプロパティ

encoding
fatal
ignoreBOM

メソッド

decode(AllowSharedBufferSource, TextDecodeOptions)

継承されたプロパティの詳細

encoding

encoding: string

プロパティ値

string

TextDecoderCommon.encodingから継承

fatal

fatal: boolean

プロパティ値

boolean

TextDecoderCommon.fatalから継承

ignoreBOM

ignoreBOM: boolean

プロパティ値

boolean

Inherited FromTextDecoderCommon.ignoreBOM

メソッドの詳細

decode(AllowSharedBufferSource, TextDecodeOptions)

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

パラメーター

input

AllowSharedBufferSource

戻り値

string