puppeteer/new-docs/puppeteer.protocol.dom.attributeremovedevent.md
2020-07-13 14:01:35 +01:00

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.