返回到:DOM 对象:HTML DOM Document 对象
定义和用法
strictErrorChecking 属性可设置或返回是否强制进行错误检查(error-checking)。
在设置为 false 后,实现不会对每个可能的错误情况进行测试。此属性被默认设置为 true。
默认值为 true.
目前所有主流浏览器都不支持 strictErrorChecking 属性。
语法
设置 strictErrorChecking
document.strictErrorChecking=true|false
返回 strictErrorChecking
document.strictErrorChecking
技术细节
返回值: | Boolean, true|false |
---|---|
DOM 版本 | Core Level 3 Document Object |
作者:terry,如若转载,请注明出处:https://www.web176.com/javascriptbook/domtips/4683.html