DOM

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

DOM

  • bug_report

EventDOMContentLoaded

HTML 문서가 완전히 로드되고 구문 분석이 될 때 발생한다.

insert_drive_fileEventinterfaceopen_in_new
Event interface는 Document에서 DOMContentLoaded 이벤트 타입으로 구현된다.

Document의 DOMContentLoaded는 Event interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

구문

형식
window.addEventListener("DOMContentLoaded", function() {});

명세

typeDOMContentLoaded
bubblesno
cancelableno
targetWindow
handlerno

지원 웹브라우저