Vinyl
    Preparing search index...

    Interface AbortDeps

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

    Properties

    abortControllerFactory?: () => null | AbortController