stores
    Preparing search index...

    Interface AbortOptions

    Options for async operations

    import from 'abort-error' module instead - this will be removed in a future release

    interface AbortOptions {
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal