pl.wendigo.chrome.domain.dom / RequestNodeRequest

RequestNodeRequest

data class RequestNodeRequest (source)

Represents request frame that can be used with DOM.requestNode method call.

Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes notifications.

Constructors

<init>

RequestNodeRequest(objectId: RemoteObjectId)

Represents request frame that can be used with DOM.requestNode method call.

Properties

objectId

val objectId: RemoteObjectId

JavaScript object id to convert into node.