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