TextDecoder.ignoreBOM
TextDecoder 接口的只读属性 ignoreBOM 是一个布尔值,表示是否忽略字节顺序标记。
值
如果字节顺序标记被忽略,则是 true;否则是 false。
规范
| Specification |
|---|
| Encoding Standard # ref-for-dom-textdecoder-ignorebom① |
浏览器兼容性
BCD tables only load in the browser
TextDecoder 接口的只读属性 ignoreBOM 是一个布尔值,表示是否忽略字节顺序标记。
如果字节顺序标记被忽略,则是 true;否则是 false。
| Specification |
|---|
| Encoding Standard # ref-for-dom-textdecoder-ignorebom① |
BCD tables only load in the browser