TextEncoder: TextEncoder() コンストラクター
TextEncoder()
コンストラクターは、新しく生成された TextEncoder
オブジェクトを返します。これは UTF-8 エンコーディングのバイトストリームを生成します。
構文
js
new TextEncoder()
引数
なし。
仕様書
Specification |
---|
Encoding Standard # ref-for-dom-textencoder① |
ブラウザーの互換性
BCD tables only load in the browser
関連情報
- 所属先の
TextEncoder
インターフェイス