pl.wendigo.chrome.domain.css / StyleSheetAddedEvent

StyleSheetAddedEvent

data class StyleSheetAddedEvent : ProtocolEvent (source)

Represents event frames for CSS.styleSheetAdded

Fired whenever an active document stylesheet is added.

Constructors

<init>

StyleSheetAddedEvent(header: CSSStyleSheetHeader)

Represents event frames for CSS.styleSheetAdded

Properties

header

val header: CSSStyleSheetHeader

Added stylesheet metainfo.

Inherited Functions

protocolDomain

fun protocolDomain(): String