Preparing search index...
The search index is not available
racer
racer
<internal>
AbortSignal
Interface AbortSignal
interface
AbortSignal
{
aborted
:
boolean
;
onabort
:
Object
;
reason
:
any
;
addEventListener
(
type
:
string
,
listener
:
EventListener
|
EventListenerObject
,
options
?:
boolean
|
AddEventListenerOptions
)
:
void
;
dispatchEvent
(
event
:
Event
)
:
boolean
;
removeEventListener
(
type
:
string
,
listener
:
EventListener
|
EventListenerObject
,
options
?:
boolean
|
EventListenerOptions
)
:
void
;
throwIfAborted
(
)
:
void
;
}
Hierarchy (
view full
)
EventTarget
AbortSignal
Index
Properties
aborted
onabort
reason
Methods
add
Event
Listener
dispatch
Event
remove
Event
Listener
throw
If
Aborted
Properties
Readonly
aborted
aborted
:
boolean
onabort
onabort
:
Object
Readonly
reason
reason
:
any
Methods
add
Event
Listener
add
Event
Listener
(
type
,
listener
,
options
?
)
:
void
Parameters
type
:
string
listener
:
EventListener
|
EventListenerObject
Optional
options
:
boolean
|
AddEventListenerOptions
Returns
void
dispatch
Event
dispatch
Event
(
event
)
:
boolean
Parameters
event
:
Event
Returns
boolean
remove
Event
Listener
remove
Event
Listener
(
type
,
listener
,
options
?
)
:
void
Parameters
type
:
string
listener
:
EventListener
|
EventListenerObject
Optional
options
:
boolean
|
EventListenerOptions
Returns
void
throw
If
Aborted
throw
If
Aborted
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aborted
onabort
reason
Methods
add
Event
Listener
dispatch
Event
remove
Event
Listener
throw
If
Aborted
racer
Loading...