820 B
820 B
Home > puppeteer > Protocol > DOM > AttributeRemovedEvent
Protocol.DOM.AttributeRemovedEvent interface
Fired when Element
's attribute is removed.
Signature:
export interface AttributeRemovedEvent
Properties
Property | Type | Description |
---|---|---|
name | string | A ttribute name. |
nodeId | NodeId | Id of the node that has changed. |