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 # dom-textencoder-encoding |
浏览器兼容性
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
encoding |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
参见
- 属于
TextEncoder
接口。