pl.wendigo.chrome.api.css / FontsUpdatedEvent

FontsUpdatedEvent

data class FontsUpdatedEvent : Event (source)

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font

Link
CSS#fontsUpdated event documentation.

Constructors

<init>

FontsUpdatedEvent(font: FontFace? = null)

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font

Properties

font

val font: FontFace?

The web font that has loaded.

Inherited Functions

protocolDomain

fun protocolDomain(): String