TextDecoder: encoding プロパティ

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

TextDecoder.encoding は読み取り専用のプロパティで、特定のデコーダオブジェクトが使用するデコードアルゴリズムの名前が入った文字列を返します。

エンコーダーは コンストラクターlabel 引数で設定し、既定値は utf-8 となります。

小文字の ASCII 文字列で、以下のいずれかの値を取ります。

仕様書

Specification
Encoding Standard
# ref-for-dom-textdecoder-encoding①

ブラウザーの互換性

BCD tables only load in the browser

関連情報