Initiator

Represents source in the network. Described in https://w3c.github.io/webdriver-bidi/#type-network-Initiator.

Constructor

new Initiator(type, columnNumber, lineNumber, stackTrace, request)

Constructs a new Initiator instance.

Parameters:
NameTypeDescription
typestring

The type of the initiator.

columnNumbernumber

The column number.

lineNumbernumber

The line number.

stackTracestring

The stack trace.

requeststring

The request id.

Members

columnNumber

Gets the column number.

lineNumber

Gets the line number.

request

Gets the request ID.

stackTrace

Gets the stack trace.

type

Gets the type of the initiator.