JavaScript Indexing

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

{object_name}

Editing

PromisepromiseexitFullscreen()

Details

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

구문

형식
document.exitFullscreen()

반환

Promisepromise

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

지원 웹브라우저