pl.wendigo.chrome.api.runtime / ExceptionThrownEvent

ExceptionThrownEvent

data class ExceptionThrownEvent : Event (source)

Issued when exception was thrown and unhandled.

Link
Runtime#exceptionThrown event documentation.

Constructors

<init>

ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails)

Issued when exception was thrown and unhandled.

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails

timestamp

val timestamp: Timestamp

Timestamp of the exception.

Inherited Functions

protocolDomain

fun protocolDomain(): String