strictErrorChecking 속성
HTML DOM strictErrorChecking 속성
정의 및 사용법
strictErrorChecking 속성은 오류 검사(error-checking)를 강제할지 여부를 설정하거나 반환할 수 있습니다.
false로 설정하면 구현 시 가능한 모든 오류 조건을 테스트하지 않습니다. 이 속성은 기본적으로 true로 설정됩니다.
기본값은 true입니다.
브라우저 지원
현재 모든 주요 브라우저는 strictErrorChecking 속성을 지원하지 않습니다.
Syntax
Set strictErrorChecking
document.strictErrorChecking=true|false
Return strictErrorChecking
document.strictErrorChecking
기술 세부정보
반환 값: | Boolean, true| false |
---|---|
DOM 버전 | Core Level 3 Document Object |