RequestWillBeSentParameter
@Serializable
Fired when page is about to send HTTP request.
Constructors
Link copied to clipboard
constructor(requestId: String, loaderId: String, documentURL: String, request: Network.Request, timestamp: Double, wallTime: Double, initiator: Network.Initiator, redirectHasExtraInfo: Boolean, redirectResponse: Network.Response? = null, type: Network.ResourceType? = null, frameId: String? = null, hasUserGesture: Boolean? = null)
Properties
Link copied to clipboard
URL of the document this request is loaded for.
Link copied to clipboard
Whether the request is initiated by a user gesture. Defaults to false.
Link copied to clipboard
Request initiator.
Link copied to clipboard
In the case that redirectResponse is populated, this flag indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for the request which was just redirected.
Link copied to clipboard
Redirect response data.
Link copied to clipboard
Request data.
Link copied to clipboard
Type of this resource.