pl.wendigo.chrome.api.runtime / ExceptionRevokedEvent

ExceptionRevokedEvent

data class ExceptionRevokedEvent : Event (source)

Issued when unhandled exception was revoked.

Link
Runtime#exceptionRevoked event documentation.

Constructors

<init>

ExceptionRevokedEvent(reason: String, exceptionId: Int)

Issued when unhandled exception was revoked.

Properties

exceptionId

val exceptionId: Int

The id of revoked exception, as reported in exceptionThrown.

reason

val reason: String

Reason describing why exception was revoked.

Inherited Functions

protocolDomain

fun protocolDomain(): String