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

ExecutionContextCreatedEvent

data class ExecutionContextCreatedEvent : RuntimeEvent

Constructors

<init>

ExecutionContextCreatedEvent(context: ExecutionContextDescription)

Properties

context

A newly created execution context.

val context: ExecutionContextDescription