HTML DOM Document strictErrorChecking
描述
strictErrorChecking 屬性已棄用。請勿使用。
strictErrorChecking 屬性在所有新瀏覽器中都返回 undefined。
注意
strictErrorChecking 屬性是 DOM Core Level 3 (2004) 的一個功能。
它用於控制瀏覽器是否應該為 DOM 操作丟擲錯誤異常。
語法
語法
返回 strictErrorChecking
document.strictErrorChecking
設定 strictErrorChecking
document.strictErrorChecking = true|false
返回值
型別 | 描述 |
布林值 | 如果 strictErrorChecking 為開啟狀態,則為 true 。在所有新瀏覽器中為 undefined 。 |