class Event(val method: String, val params: JsonElement? = null) : Message
Represents an event emitted asynchronously by the browser.
Unlike Response, an Event is not tied to a specific request. It is pushed from the browser to notify the client of changes, such as "Network.requestWillBeSent" or "Debugger.paused".