TextEncoder.encoding
TextEncoder.encoding 只读属性返回一个字符串,其中包含特定编码器使用的编码算法的名称。
它只能具有以下值:utf-8。
值
值为 utf-8 的字符串。
规范
| Specification |
|---|
| Encoding Standard # dom-textencoder-encoding |
浏览器兼容性
BCD tables only load in the browser
参见
- 属于
TextEncoder接口。
TextEncoder.encoding 只读属性返回一个字符串,其中包含特定编码器使用的编码算法的名称。
它只能具有以下值:utf-8。
值为 utf-8 的字符串。
| Specification |
|---|
| Encoding Standard # dom-textencoder-encoding |
BCD tables only load in the browser
TextEncoder 接口。