pl.wendigo.chrome.api.runtime / ExecutionContextDestroyedEvent

ExecutionContextDestroyedEvent

data class ExecutionContextDestroyedEvent : Event (source)

Issued when execution context is destroyed.

Link
Runtime#executionContextDestroyed event documentation.

Constructors

<init>

ExecutionContextDestroyedEvent(executionContextId: ExecutionContextId)

Issued when execution context is destroyed.

Properties

executionContextId

val executionContextId: ExecutionContextId

Id of the destroyed context

Inherited Functions

protocolDomain

fun protocolDomain(): String