BaseParameters
Represents the base parameters for a network request. Described in https://w3c.github.io/webdriver-bidi/#type-network-BaseParameters.
Members
id
Gets the browsing context ID of the network request.
- Source
navigation
Gets the navigation information associated with the network request.
- Source
redirectCount
Gets the number of redirects that occurred during the network request.
- Source
request
Gets the request data for the network request.
- Source
timestamp
Gets the timestamp of the network request.
- Source