Latest web development tutorials

DOM Document strictErrorChecking property

Document Object Reference Document Object


Definition and Usage

strictErrorChecking property sets or returns whether to force an error check (error-checking).

After setting to false, the implementation does not test every possible error conditions. This property is set by default to true.

The default value is true.


Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Currently all major browsers do not support strictErrorChecking property.


grammar

Setting strictErrorChecking

document.strictErrorChecking=true|false

Back strictErrorChecking

document.strictErrorChecking

technical details

return value: Boolean, true | false
DOM version Core Level 3 Document Object


Document Object Reference Document Object