HTML DOM 文档 strictErrorChecking
描述
strictErrorChecking 属性已弃用。请不要使用它。
strictErrorChecking 属性在所有新的浏览器中返回 undefined。
注意
strictErrorChecking 属性是 DOM Core Level 3 (2004) 的功能。
它应该控制浏览器是否应该对 DOM 操作抛出错误异常。
替代方案
语法
返回 strictErrorChecking
document.strictErrorChecking
设置 strictErrorChecking
document.strictErrorChecking = true|false
返回值
类型 | 描述 |
布尔值 | true 如果 strictErrorChecking 已开启。undefined 在所有新的浏览器中。 |