Prelude API
    Preparing search index...

    Type Alias PushOptions

    type PushOptions = {
        signal?: AbortSignal;
    }
    Index
    signal?: AbortSignal

    Aborting removes the entry from the queue and rejects its promise with signal.reason. An entry that is already running keeps running — f cannot be interrupted — but its eventual result is dropped, exactly as after rejectAll. A signal that is already aborted rejects without queueing anything.