Push Nodes By Backend Ids To Frontend Response
data class PushNodesByBackendIdsToFrontendResponse(nodeIds: List<NodeId>)
Content copied to clipboard
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.
See also
Constructors
PushNodesByBackendIdsToFrontendResponse
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard