다음을 통해 공유


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

TextDecoderCommon.ignoreBOM에서 상속됨

메서드 세부 정보

decode(AllowSharedBufferSource, TextDecodeOptions)

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

매개 변수

input

AllowSharedBufferSource

반환

string