pl.wendigo.chrome.api.css / StyleSheetRemovedEvent

StyleSheetRemovedEvent

data class StyleSheetRemovedEvent : Event (source)

Fired whenever an active document stylesheet is removed.

Link
CSS#styleSheetRemoved event documentation.

Constructors

<init>

StyleSheetRemovedEvent(styleSheetId: StyleSheetId)

Fired whenever an active document stylesheet is removed.

Properties

styleSheetId

val styleSheetId: StyleSheetId

Identifier of the removed stylesheet.

Inherited Functions

protocolDomain

fun protocolDomain(): String