trakteerjs
    Preparing search index...

    Interface FinishedOptions

    interface FinishedOptions {
        error?: boolean;
        readable?: boolean;
        signal?: AbortSignal;
        writable?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error?: boolean
    readable?: boolean
    signal?: AbortSignal

    When provided the corresponding AbortController can be used to cancel an asynchronous action.

    writable?: boolean