TextDecoder
コンストラクタ
new TextDecoder()
new TextDecoder(
label,options): TextDecoder
パラメーター
label?
string | undefined
options?
TextDecoderOptions | undefined
戻り値
プロパティ
encoding
readonlyencoding:string
fatal
readonlyfatal:boolean
ignoreBOM
readonlyignoreBOM:boolean
メソッド
decode()
decode(input?: BufferSource
| undefined, options?:TextDecodeOptions | undefined):string
パラメーター
input?
BufferSource | undefined
options?
TextDecodeOptions | undefined
戻り値
string
Last updated: 2026年7月22日

