Skip to main content
interface Runtime.ExecutionContextDescription

Description of an isolated world.

Properties

Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.

origin: string

Execution context origin.

name: string

Human readable name describing given context.

optional
auxData: { } | undefined

Embedder-specific auxiliary data.

Back to top