abort
이벤트는 리소스의 로딩이 중단되었을 때, 발생합니다.
개요
- 스펙
- DOM L3
- 인터페이스
- 유저 인터페이스에서 발생하면 UIEvent, 그렇지 않으면 Event.
- 버블
- 안됨
- 취소 가능
- 안됨
- 타겟
- Element
- 디폴트 액션
- 없음
속성
속성 | 타입 | 설명 |
---|---|---|
target Read only |
EventTarget |
이벤트 타겟 (DOM tree의 최상위 타겟). |
type Read only |
DOMString |
이벤트의 타입 |
bubbles Read only |
Boolean |
이벤트가 버블링 되는지 안되는지 |
cancelable Read only |
Boolean |
이벤트가 취소 가능한지 아닌지 |
view Read only |
WindowProxy |
document.defaultView (document의 window ) |
detail Read only |
long (float ) |
0. |