• 회원가입
  • 로그인
  • 구글아이디로 로그인

[Window_Navigator] JS - taintEnabled() 메서드 - JS1.2 버전에서 폐기완료. 브라우저에 데이터오염 있는지 확인.

JS 1.2 버전에서 제거되었으며, 향후 런타임 오류 방지 위해 사용 금지.

 

taintEnabled() 예제

 

<script>

document.write("Data tainting enabled: " + navigator.taintEnabled());

</script>

 

 

 

taintEnabled() 정의

 

브라우저에 데이터오염 사용가능한지 여부 지정하는 참거짓 반환.

 


 

1.

IE , Opera 브라우저: 지원 O.

Chrome, Firefox, Safari 브라우저 : 지원 X

 

2.

JS 1.2 버전에서 폐기완료.

 

 

 

taintEnabled() 구문

 

navigator.taintEnabled()

 


 

매개변수 존재 X

 


 

[반환값]

 

데이터오염 지원되고 활성화 된 경우 true 반환. 그렇지 않으면 false 반환.

 



분류 제목
DOM_Style JS - borderImage 속성 - 테두리이미지 설정/반환 (= borderImage속성 = 보더이미지속…
DOM_Style JS - borderImageOutset -
DOM_Style JS - borderImageRepeat -
DOM_Style JS - borderImageSlice -
DOM_Style JS - borderImageSource -
DOM_Style JS - borderImageWidth -
DOM_Style JS - borderLeft -
DOM_Style JS - borderLeftColor -
DOM_Style JS - borderLeftStyle -
DOM_Style JS - borderLeftWidth -
DOM_Style JS - borderRadius 속성 ★ - 테두리 둥글게 설정/반환 = 둥근 테두리 = 보더레이디어스 속성…
DOM_Style JS - borderRight -
DOM_Style JS - borderRightColor -
DOM_Style JS - borderRightStyle -
DOM_Style JS - borderRightWidth -
DOM_Style JS - borderSpacing 속성 - 테이블의 셀 간 간격 설정/반환 (= borderSpacing속성…
DOM_Style JS - borderStyle 속성 - 테두리스타일
DOM_Style JS - borderTop 속성 - 테두리상단 (= 상단테두리)
DOM_Style JS - borderTopColor -
DOM_Style JS - borderTopLeftRadius -
44/67
목록
찾아주셔서 감사합니다. Since 2012