chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime.events / RuntimeEvent / ExecutionContextDestroyedEvent

ExecutionContextDestroyedEvent

data class ExecutionContextDestroyedEvent : RuntimeEvent

Issued when execution context is destroyed.

Official doc

Constructors

<init>

Issued when execution context is destroyed.

ExecutionContextDestroyedEvent(executionContextId: ExecutionContextId)

Properties

executionContextId

Id of the destroyed context

val executionContextId: ExecutionContextId