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

ExecutionContextCreatedEvent

data class ExecutionContextCreatedEvent : RuntimeEvent

Issued when new execution context is created.

Official doc

Constructors

<init>

Issued when new execution context is created.

ExecutionContextCreatedEvent(context: ExecutionContextDescription)

Properties

context

A newly created execution context.

val context: ExecutionContextDescription