DOM

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

DOM

Writing
  • bug_report

EventHandleronabort

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

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

onabort는(은) GlobalEventHandlers Mixin이 정의하고 HTMLElement, Document, Window, WorkerGlobalScope 인터페이스에서 구현한다.

기본 개요

리소스가 완전히 로드되지 않았을 때 발생한다. 오류의 결과는 아니다.

구문

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

명세

typeabort
bubblesno
cancelableno
handleronabort

지원 웹브라우저