strictErrorChecking 屬性


HTML DOM strictErrorChecking 屬性


定義與用法

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



######################### ##############