AbortSignalLike interface
"Abort" olayı tetiklendikten sonra isteğin durdurulmasına izin verir. Tarayıcının yerleşik AbortSignal ve yaygın polifill'lerle uyumludur.
Özellikler
aborted | |
add |
|
dispatch |
|
onabort | |
remove |
Özellik Ayrıntıları
aborted
aborted: boolean
Özellik Değeri
boolean
addEventListener
addEventListener: (type: "abort", listener: (this: AbortSignalLike, ev: Event) => any, options?: any) => void
Özellik Değeri
(type: "abort", listener: (this: AbortSignalLike, ev: Event) => any, options?: any) => void
dispatchEvent
dispatchEvent: (event: Event) => boolean
Özellik Değeri
(event: Event) => boolean
onabort
onabort: null | (this: AbortSignalLike, ev: Event) => any
Özellik Değeri
null | (this: AbortSignalLike, ev: Event) => any
removeEventListener
removeEventListener: (type: "abort", listener: (this: AbortSignalLike, ev: Event) => any, options?: any) => void
Özellik Değeri
(type: "abort", listener: (this: AbortSignalLike, ev: Event) => any, options?: any) => void