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