window.screen.onorientationchange

실험적: 이 기능은 실험적인 기능입니다.
프로덕션 환경에서 사용하기 전에 브라우저 호환성 표를 주의 깊게 확인하세요.

Summary

orientationchange 이벤트를 화면 객체로 보내는 이벤트 핸들러이다.

Syntax

js
screen.onorientationchange = funcRef;

funcRef 는 함수로의 참조 이다.

명세서

No specification found

No specification data found for api.Screen.orientationchange_event.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

브라우저 호환성

BCD tables only load in the browser

See also