interface Runtime.ExecutionContextDescription
Description of an isolated world.
Properties Jump to heading
Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
Jump to headingorigin: string
Execution context origin.
Jump to headingname: string
Human readable name describing given context.
optional
Jump to headingauxData: { } | undefined
Embedder-specific auxiliary data.