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

761 B

Home > puppeteer > Protocol > CSS > StyleSheetRemovedEvent

Protocol.CSS.StyleSheetRemovedEvent interface

Fired whenever an active document stylesheet is removed.

Signature:

export interface StyleSheetRemovedEvent 

Properties

Property Type Description
styleSheetId StyleSheetId Identifier of the removed stylesheet.