Vinyl
    Preparing search index...

    Interface RequestCompletedEventBase

    interface RequestCompletedEventBase {
        ok: boolean;
        requestInfo: FetchRequestInfo;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ok: boolean

    True if the request was successful.

    requestInfo: FetchRequestInfo

    Information about the request.

    timestamp: number

    The local timestamp of the request result or error.