Skip to main content
Module

x/astral/bindings/celestial.ts>Runtime_ExecutionContextDescription

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Runtime_ExecutionContextDescription
import { type Runtime_ExecutionContextDescription } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Description of an isolated world.

definition: { id: Runtime_ExecutionContextId; origin: string; name: string; uniqueId: string; auxData?: object; }