ResponseStarted

Represents the ResponseStarted event parameters. Described in https://w3c.github.io/webdriver-bidi/#event-network-responseStarted.

Constructor

new ResponseStarted()

Extends

Members

id

Gets the browsing context ID of the network request.

Gets the navigation information associated with the network request.

redirectCount

Gets the number of redirects that occurred during the network request.

request

Gets the request data for the network request.

response

Get the response data.

timestamp

Gets the timestamp of the network request.