Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Holders of an AbortSignal object may query if the associated operation has been aborted and register an onabort handler.

See

https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal

Hierarchy

  • AbortSignal

Properties

Properties

aborted: boolean

Whether the action represented by this signal has been cancelled.

onabort: Function | AbortHandler

A function to be invoked when the action represented by this signal has been cancelled.