FetchError

Represents the FetchError event parameters. Described https://w3c.github.io/webdriver-bidi/#event-network-fetchError

Constructor

new FetchError(id, navigation, redirectCount, request, timestamp, errorText)

Creates a new FetchError instance.

Parameters:
NameTypeDescription
idstring

The ID of the error.

navigationstring

The navigation information.

redirectCountnumber

The number of redirects.

requestRequestData

The request object.

timestampnumber

The timestamp of the error.

errorTextstring

The error text.

Extends

Members

errorText

Gets the error text.

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.

timestamp

Gets the timestamp of the network request.