Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 659 Bytes

File metadata and controls

32 lines (20 loc) · 659 Bytes
title slug l10n
TextEncoder: TextEncoder() コンストラクター
Web/API/TextEncoder/TextEncoder
sourceCommit
d414c502f3cc1c08d2fb043e98cda4a65621ff08

{{APIRef("Encoding API")}}

TextEncoder() コンストラクターは、新しく生成された {{DOMxRef("TextEncoder")}} オブジェクトを返します。これは UTF-8 エンコーディングのバイトストリームを生成します。

構文

new TextEncoder()

引数

なし。

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}

関連情報

  • 所属先の {{DOMxRef("TextEncoder")}} インターフェイス