Click or drag to resize

DOMClient Events

Version 102.0.100

The DOMClient type exposes the following members.

Events
  NameDescription
Public eventAttributeModified
Fired when `Element`'s attribute is modified.
Public eventAttributeRemoved
Fired when `Element`'s attribute is removed.
Public eventCharacterDataModified
Mirrors `DOMCharacterDataModified` event.
Public eventChildNodeCountUpdated
Fired when `Container`'s child node count has changed.
Public eventChildNodeInserted
Mirrors `DOMNodeInserted` event.
Public eventChildNodeRemoved
Mirrors `DOMNodeRemoved` event.
Public eventDistributedNodesUpdated
Called when distribution is changed.
Public eventDocumentUpdated
Fired when `Document` has been totally updated. Node ids are no longer valid.
Public eventInlineStyleInvalidated
Fired when `Element`'s inline style is modified via a CSS property modification.
Public eventPseudoElementAdded
Called when a pseudo element is added to an element.
Public eventPseudoElementRemoved
Called when a pseudo element is removed from an element.
Public eventSetChildNodes
Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.
Public eventShadowRootPopped
Called when shadow root is popped from the element.
Public eventShadowRootPushed
Called when shadow root is pushed into the element.
Top
See Also