mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Page > CreateIsolatedWorldRequest
Protocol.Page.CreateIsolatedWorldRequest interface
Signature:
export interface CreateIsolatedWorldRequest
Properties
Property | Type | Description |
---|---|---|
frameId | FrameId | Id of the frame in which the isolated world should be created. |
grantUniveralAccess | boolean | Whether or not universal access should be granted to the isolated world. This is a powerful option, use with caution. |
worldName | string | An optional name which is reported in the Execution Context. |