Interface RequestAttemptStartEvent

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

Properties

attemptInfo: RequestAttemptInfo

Information about the current attempt.

requestInfo: FetchRequestInfo

Information about the request.