Aborts request.
To use this, request interception should be enabled with page.setRequestInterception
.
Continues request with optional request overrides.
To use this, request interception should be enabled with page.setRequestInterception
.
An object if the request failed, null otherwise.
The Frame
object that initiated the request, or null
if navigating to error pages
An object with HTTP headers associated with the request. All header names are lower-case.
Whether this request is driving frame's navigation.
Returns the request's method (GET, POST, etc.)
Contains the request's post body, if any.
A redirectChain
is a chain of requests initiated to fetch a resource.
redirectChain
is shared between all the requests of the same chain.
Contains the request's resource type as it was perceived by the rendering engine.
Fulfills request with given response.
To use this, request interception should be enabled with page.setRequestInterception
.
The response options that will fulfill this request.
A matching Response
object, or null
if the response has not been received yet.
Contains the URL of the request.
Generated using TypeDoc
Represents a page request.