pl.wendigo.chrome.domain.dom / ShadowRootPoppedEvent

ShadowRootPoppedEvent

data class ShadowRootPoppedEvent : ProtocolEvent (source)

Represents event frames for DOM.shadowRootPopped

Called when shadow root is popped from the element.

Constructors

<init>

ShadowRootPoppedEvent(hostId: NodeId, rootId: NodeId)

Represents event frames for DOM.shadowRootPopped

Properties

hostId

val hostId: NodeId

Host element id.

rootId

val rootId: NodeId

Shadow root id.

Inherited Functions

protocolDomain

fun protocolDomain(): String