interface AbortOptions {
    signal?: AbortSignal;
}

Hierarchy (view full)

Properties

Properties

signal?: AbortSignal