Interface HttpSentEvent

An event indicating that the request was sent to the server

interface HttpSentEvent {
    type: Sent;
}

Properties

Properties

type: Sent