interface Abortable {
    signal?: AbortSignal;
}

Hierarchy (view full)

Properties

Properties

signal?: AbortSignal

When provided the corresponding AbortController can be used to cancel an asynchronous action.

Generated using TypeDoc