TextDecoderStream
TextDecoderStream
はエンコーディング API
のインターフェイスで、UTF-8 などのバイナリーエンコーディングのテキストストリームを文字列ストリームに変換します。
これは TextDecoder
と同等のストリームです。
コンストラクター
TextDecoderStream()
-
新しい
TextDecoderStream
オブジェクトを作成します。
インスタンスプロパティ
TextDecoderStream.encoding
読取専用-
エンコーディングです。
TextDecoderStream.fatal
読取専用-
論理値で、エラーモードが fatal であるかどうかを示します。
TextDecoderStream.ignoreBOM
読取専用-
論理値で、バイトオーダーマークを無視するかどうかを示します。
TextDecoderStream.readable
読取専用-
このオブジェクトによって制御される
ReadableStream
のインスタンスを返します。 TextDecoderStream.writable
読取専用-
このオブジェクトによって制御される
WritableStream
のインスタンスを返します。
例
仕様書
Specification |
---|
Encoding Standard # interface-textdecoderstream |
ブラウザーの互換性
BCD tables only load in the browser