A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ja/docs/Web/API/TextDecoderStream below:

TextDecoderStream - Web API | MDN

TextDecoderStream

Baseline Widely available

TextDecoderStream はエンコーディング API のインターフェイスで、UTF-8 などのバイナリーエンコーディングのテキストストリームを文字列ストリームに変換します。 これは TextDecoder と同等のストリームです。

コンストラクター
TextDecoderStream()

新しい TextDecoderStream オブジェクトを作成します。

インスタンスプロパティ
TextDecoderStream.encoding 読取専用

エンコーディングです。

TextDecoderStream.fatal 読取専用

論理値で、エラーモードが fatal であるかどうかを示します。

TextDecoderStream.ignoreBOM 読取専用

論理値で、バイトオーダーマークを無視するかどうかを示します。

TextDecoderStream.readable 読取専用

このオブジェクトによって制御される ReadableStream のインスタンスを返します。

TextDecoderStream.writable 読取専用

このオブジェクトによって制御される WritableStream のインスタンスを返します。

例 仕様書 ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4