Javascript Reference - DOM Document strictErrorChecking Property








The strictErrorChecking property sets or gets whether a document has a strict error checking or not.

Default value is true.

Browser Support

strictErrorChecking No No No No No

Syntax

Set the strictErrorChecking

document.strictErrorChecking=true|false

Return the strictErrorChecking

var v = document.strictErrorChecking

Return Value

Boolean, true or false