JavaScript リファレンスマニュアル /strictErrorChecking 属性

strictErrorChecking 属性

HTML DOMstrictErrorChecking属性


定义和用法

strictErrorChecking 属性可设置或返回是否强制进行错误检查(error-checking)。

在设置为 false 后,实现不会对每个可能的错误情况进行测试。此属性被默认设置为 true。

默认值为true.


浏览器支持

QQ截图20161108165429.png

目前所有主流浏览器都不支持 strictErrorChecking 属性。


语法

设置 strictErrorChecking

document.strictErrorChecking=true|false

返回 strictErrorChecking

document.strictErrorChecking

技术细节

返回值: Boolean,true|false
DOM 版本 Core Level 3 Document Object