Request Will Be Sent Event
data class RequestWillBeSentEvent(requestId: RequestId, loaderId: LoaderId, documentURL: String, request: Request, timestamp: MonotonicTime, wallTime: TimeSinceEpoch, initiator: Initiator, redirectResponse: Response?, type: ResourceType?, frameId: FrameId?, hasUserGesture: Boolean?) : Event
Content copied to clipboard
Fired when page is about to send HTTP request.
Constructors
RequestWillBeSentEvent
Link copied to clipboard
fun RequestWillBeSentEvent(requestId: RequestId, loaderId: LoaderId, documentURL: String, request: Request, timestamp: MonotonicTime, wallTime: TimeSinceEpoch, initiator: Initiator, redirectResponse: Response? = null, type: ResourceType? = null, frameId: FrameId? = null, hasUserGesture: Boolean? = null)
Content copied to clipboard
Functions
Properties
documentURL
Link copied to clipboard
hasUserGesture
Link copied to clipboard
redirectResponse
Link copied to clipboard
timestamp
Link copied to clipboard
type
Link copied to clipboard
wallTime
Link copied to clipboard
Sources
jvm source
Link copied to clipboard