pl.wendigo.chrome.domain.dom / AttributeRemovedEvent

AttributeRemovedEvent

data class AttributeRemovedEvent : ProtocolEvent (source)

Represents event frames for DOM.attributeRemoved

Fired when Element's attribute is removed.

Constructors

<init>

AttributeRemovedEvent(nodeId: NodeId, name: String)

Represents event frames for DOM.attributeRemoved

Properties

name

val name: String

A ttribute name.

nodeId

val nodeId: NodeId

Id of the node that has changed.

Inherited Functions

protocolDomain

fun protocolDomain(): String