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

值为 utf-8 的字符串。

规范

Specification
Encoding Standard
# dom-textencoder-encoding

浏览器兼容性

BCD tables only load in the browser

参见