StyleSheetRemoved

@Serializable
data class StyleSheetRemoved(val styleSheetId: StyleSheetId) : CSSEvent(source)

Fired whenever an active document stylesheet is removed.

Official doc

Constructors

Link copied to clipboard
constructor(styleSheetId: StyleSheetId)

Properties

Link copied to clipboard

Identifier of the removed stylesheet.