Preparing search index...
The search index is not available
datadog-api-client-typescript
datadog-api-client-typescript
client
AbortSignal
Interface AbortSignal
Interface for aborting fetch requests.
Hierarchy
AbortSignal
Index
Properties
aborted
add
Event
Listener
dispatch
Event
onabort
reason
remove
Event
Listener
Methods
throw
If
Aborted
Properties
aborted
aborted
:
boolean
add
Event
Listener
add
Event
Listener
:
(
(
type
:
"abort"
, listener
:
(
(
this
:
AbortSignal
, event
:
any
)
=>
any
)
, options
?:
boolean
|
{
capture
?:
boolean
;
once
?:
boolean
;
passive
?:
boolean
;
}
)
=>
void
)
Type declaration
(
type
:
"abort"
, listener
:
(
(
this
:
AbortSignal
, event
:
any
)
=>
any
)
, options
?:
boolean
|
{
capture
?:
boolean
;
once
?:
boolean
;
passive
?:
boolean
;
}
)
:
void
Parameters
type:
"abort"
listener:
(
(
this
:
AbortSignal
, event
:
any
)
=>
any
)
(
this
:
AbortSignal
, event
:
any
)
:
any
Parameters
this:
AbortSignal
event:
any
Returns
any
Optional
options:
boolean
|
{
capture
?:
boolean
;
once
?:
boolean
;
passive
?:
boolean
;
}
Returns
void
dispatch
Event
dispatch
Event
:
(
(
event
:
any
)
=>
boolean
)
Type declaration
(
event
:
any
)
:
boolean
Parameters
event:
any
Returns
boolean
onabort
onabort
:
null
|
(
(
this
:
AbortSignal
, event
:
any
)
=>
void
)
reason
reason
:
any
remove
Event
Listener
remove
Event
Listener
:
(
(
type
:
"abort"
, listener
:
(
(
this
:
AbortSignal
, event
:
any
)
=>
any
)
, options
?:
boolean
|
{
capture
?:
boolean
;
}
)
=>
void
)
Type declaration
(
type
:
"abort"
, listener
:
(
(
this
:
AbortSignal
, event
:
any
)
=>
any
)
, options
?:
boolean
|
{
capture
?:
boolean
;
}
)
:
void
Parameters
type:
"abort"
listener:
(
(
this
:
AbortSignal
, event
:
any
)
=>
any
)
(
this
:
AbortSignal
, event
:
any
)
:
any
Parameters
this:
AbortSignal
event:
any
Returns
any
Optional
options:
boolean
|
{
capture
?:
boolean
;
}
Returns
void
Methods
throw
If
Aborted
throw
If
Aborted
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
datadog-
api-
client-
typescript
client
v1
v2
Abort
Signal
aborted
add
Event
Listener
dispatch
Event
onabort
reason
remove
Event
Listener
throw
If
Aborted
Generated using
TypeDoc
Interface for aborting fetch requests.