Search
Preparing search index...
The search index is not available
AWS SDK for JavaScript v3
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
@aws-sdk/abort-controller
AbortSignal
Class AbortSignal
Hierarchy
AbortSignal
Implements
AbortSignal
Index
Constructors
constructor
Properties
_aborted
onabort
Accessors
aborted
Methods
abort
Constructors
constructor
new
Abort
Signal
(
)
:
AbortSignal
Returns
AbortSignal
Properties
Private
_aborted
_aborted
:
boolean
= false
onabort
onabort
:
AbortHandler
|
null
= null
Accessors
aborted
get
aborted
(
)
:
boolean
Whether the associated operation has already been cancelled.
Returns
boolean
Methods
abort
abort
(
)
:
void
internal
Returns
void
@aws-
sdk/abort-
controller
Abort
Controller
Abort
Signal
Abort
Controller
Abort
Signal
constructor
_aborted
onabort
aborted
abort
Whether the associated operation has already been cancelled.