AbortSignalLike interface
"중단" 이벤트가 발생할 때 요청을 중단하도록 허용합니다. 브라우저 기본 제공 AbortSignal 및 일반 폴리필과 호환됩니다.
속성
aborted | |
add |
|
dispatch |
|
onabort | |
remove |
속성 세부 정보
aborted
aborted: boolean
속성 값
boolean
addEventListener
addEventListener: (type: "abort", listener: (this: AbortSignalLike, ev: Event) => any, options?: any) => void
속성 값
(type: "abort", listener: (this: AbortSignalLike, ev: Event) => any, options?: any) => void
dispatchEvent
dispatchEvent: (event: Event) => boolean
속성 값
(event: Event) => boolean
onabort
onabort: null | (this: AbortSignalLike, ev: Event) => any
속성 값
null | (this: AbortSignalLike, ev: Event) => any
removeEventListener
removeEventListener: (type: "abort", listener: (this: AbortSignalLike, ev: Event) => any, options?: any) => void
속성 값
(type: "abort", listener: (this: AbortSignalLike, ev: Event) => any, options?: any) => void