Vinyl
    Preparing search index...

    Interface RequestAttemptInfo

    Information about the current try.

    interface RequestAttemptInfo {
        currentTry: number;
        timestamp: number;
    }
    Index

    Properties

    currentTry: number

    The current try (1 = first).

    timestamp: number

    The timestamp the actual request attempt began. This will be after awaiting network availability.