pl.wendigo.chrome.api.dom / PushNodesByBackendIdsToFrontendResponse

PushNodesByBackendIdsToFrontendResponse

data class PushNodesByBackendIdsToFrontendResponse (source)

Represents response frame that is returned from DOM#pushNodesByBackendIdsToFrontend operation call. Requests that a batch of nodes is sent to the caller given their backend node ids.

Link
DOM#pushNodesByBackendIdsToFrontend method documentation.

See Also

DOMOperations.pushNodesByBackendIdsToFrontend

Constructors

<init>

PushNodesByBackendIdsToFrontendResponse(nodeIds: List<NodeId>)

Represents response frame that is returned from DOM#pushNodesByBackendIdsToFrontend operation call. Requests that a batch of nodes is sent to the caller given their backend node ids.

Properties

nodeIds

val nodeIds: List<NodeId>

The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.