interface AbortSignal {
    aborted: boolean;
}

Properties

Properties

aborted: boolean