Window

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsDocument  >   settings_applications[[Prototype]]

Window

Editing
  • settings_backup_restore
  • bug_report

PromisepromiseexitFullscreen()

표준은 아니지만 웹개발자를 위하여 거의 표준처럼 사용된다.

현재 문서의 요소가 전체 화면 모드로 표시될 때 원래 화면 모드로 복원한다.

구문

형식
document.exitFullscreen()

매개 변수

None

반환

Promisepromise

전체 화면 모드가 종료되면 Promise 객체를 반환한다. 전체 화면 모드 종료를 시도하는 중에 오류가 발생하면 Promise.prototype.catch() 메소드가 호출된다.

버전 명세

지원 웹브라우저