strictErrorChecking property


HTML DOM strictErrorChecking Attribute


Definition and usage

The strictErrorChecking attribute can set or return whether to force error checking (error-checking) .

When set to false, the implementation does not test for every possible error condition. This property is set to true by default.

The default value is true.


Browser support

QQ截图20161108165429.png

All major browsers currently support The strictErrorChecking attribute is not supported.


Syntax

Set strictErrorChecking

document.strictErrorChecking=true|false

Return strictErrorChecking

document.strictErrorChecking

Technical details

##Return value: Boolean, DOM VersionCore Level 3 Document Object
true|false