DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsSVGElement  >   settings_applications[[Prototype]]

DOM

  • bug_report

EventHandleronload

insert_drive_fileEventinterfaceopen_in_new
Event interface의 load 이벤트는 SVGElement의 onload 핸들러에 의해 구현된다.

SVGElement의 onload는(은) Event interface의 load 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.

기본 개요

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

구문

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

명세

typeload
bubblesno
cancelableno
targetElement
handleryes

지원 웹브라우저