Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Runtime.ExecutionContextDescription
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ExecutionContextDescription } = default.Runtime;

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: any

Embedder-specific auxiliary data.