Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Runtime.ExecutionContextDescription
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ExecutionContextDescription } = Protocol.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.