Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート

TextDecoder

TextDecoder

コンストラクタ

new TextDecoder()

new TextDecoder(label, options): TextDecoder

パラメーター

label?

string | undefined

options?

TextDecoderOptions | undefined

戻り値

TextDecoder

プロパティ

encoding

readonly encoding: string


fatal

readonly fatal: boolean


ignoreBOM

readonly ignoreBOM: boolean

メソッド

decode()

decode(input?: BufferSource | undefined, options?: TextDecodeOptions | undefined): string

パラメーター

input?

BufferSource | undefined

options?

TextDecodeOptions | undefined

戻り値

string


Last updated: 2026年7月22日