interface Abortable {
    signal?: AbortSignal;
}

Hierarchy (View Summary, Expand)

Properties

signal?: AbortSignal

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

MMNEPVFCICPMFPCPTTAAATR