TextEncoder: 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.
TextEncoder.encoding
は読み取り専用プロパティで、特定のエンコーダーで使用されるエンコーディングアルゴリズムの名前が入った文字列を返します。
持つことができる値は utf-8
のみです。
値
文字列です。
仕様書
Specification |
---|
Encoding Standard # dom-textencoder-encoding |
ブラウザーの互換性
BCD tables only load in the browser
関連情報
- 所属先の
TextEncoder
インターフェイス