mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |