settings_applicationsEventTarget > settings_applicationsNode > settings_applicationsElement > settings_applicationsHTMLElement > settings_applicationsHTMLMediaElement > settings_applications[[Prototype]]
리소스가 완전히 로드되지 않았을 때 발생한다. 오류의 결과는 아니다.
HTMLMediaElement의 onabort는(은) Event interface의 abort 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.
onabort는(은) GlobalEventHandlers Mixin이 정의하고 HTMLElement, Document, Window, WorkerGlobalScope 인터페이스에서 구현한다.
window.addEventListener("abort", function() { });