Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Page.CreateIsolatedWorldRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { CreateIsolatedWorldRequest } = Protocol.Page;

Properties

frameId: FrameId

Id of the frame in which the isolated world should be created.

optional
worldName: string

An optional name which is reported in the Execution Context.

optional
grantUniveralAccess: boolean

Whether or not universal access should be granted to the isolated world. This is a powerful option, use with caution.