Vinyl
    Preparing search index...

    Interface RequestAttemptStartEvent

    interface RequestAttemptStartEvent {
        attemptInfo: RequestAttemptInfo;
        requestInfo: FetchRequestInfo;
    }
    Index

    Properties

    attemptInfo: RequestAttemptInfo

    Information about the current attempt.

    requestInfo: FetchRequestInfo

    Information about the request.