SetLocalFontsEnabledRequest

@Serializable
data class SetLocalFontsEnabledRequest(val enabled: Boolean)

Request object containing input parameters for the CSSDomain.setLocalFontsEnabled command.

Constructors

Link copied to clipboard
constructor(enabled: Boolean)

Properties

Link copied to clipboard

Whether rendering of local fonts is enabled.