19 lines
770 B
Markdown
19 lines
770 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [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. |
|
|
|