HTML DOM Document strictErrorChecking property
- پچھلے پیج پر واپس اسکریپٹس
- آئندہ پہلا پیج تیٹل
- ایک پیمائش اوپر واپس HTML DOM Documents
Definition and usage
Not recommended strictErrorChecking
The property. Do not use it.
strictErrorChecking
The property returns in all new browsers undefined
。
Note:strictErrorChecking
The property is a DOM Core Level 3 (2004) feature.
It should control whether the browser should throw error exceptions for DOM operations.
Alternative:
Grammar
return strictErrorChecking:
document.strictErrorChecking
set strictErrorChecking:
document.strictErrorChecking = true|false
بازگشت
نوع | وصف |
---|---|
بولین وار |
اگر strictErrorChecking چالو ہوا تو true ہوتا ہے。 تمام نئے براوزر میں undefined واپس آتا ہے。 |
- پچھلے پیج پر واپس اسکریپٹس
- آئندہ پہلا پیج تیٹل
- ایک پیمائش اوپر واپس HTML DOM Documents