Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Page.CreateIsolatedWorldRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Page.CreateIsolatedWorldRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.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.