puppeteer/new-docs/puppeteer.protocol.page.createisolatedworldresponse.md
2020-07-13 14:01:35 +01:00

19 lines
770 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [CreateIsolatedWorldResponse](./puppeteer.protocol.page.createisolatedworldresponse.md)
## Protocol.Page.CreateIsolatedWorldResponse interface
<b>Signature:</b>
```typescript
export interface CreateIsolatedWorldResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [executionContextId](./puppeteer.protocol.page.createisolatedworldresponse.executioncontextid.md) | [Runtime.ExecutionContextId](./puppeteer.protocol.runtime.executioncontextid.md) | Execution context of the isolated world. |