DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsHTMLElement

DOM

  • bug_report

Eventload

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

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

기본 개요

웹 문서내 리소스와 그것에 의존하는 리소스들의 로딩이 완료되면 발생한다.

구문

형식
element.addEventListener("load", function() { });

명세

typeload
bubblesno
cancelableno
targetElement
handleryes

지원 웹브라우저