Amazon Vinyl
    Preparing search index...

    Interface AbortDeps

    interface AbortDeps {
        abortControllerFactory?: () => AbortController | null;
    }
    Index
    abortControllerFactory?: () => AbortController | null