Event

@Serializable
class Event(val method: String, val params: JsonElement? = null) : Message

Events emitted by the browser.

Constructors

Link copied to clipboard
constructor(method: String, params: JsonElement? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val params: JsonElement? = null