Interface RequestEvent

interface RequestEvent {
    requestInfo: FetchRequestInfo;
}

Properties

Properties

requestInfo: FetchRequestInfo

Information about the request.