14 lines
628 B
Markdown
14 lines
628 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) > [executionContextId](./puppeteer.protocol.page.createisolatedworldresponse.executioncontextid.md)
|
|
|
|
## Protocol.Page.CreateIsolatedWorldResponse.executionContextId property
|
|
|
|
Execution context of the isolated world.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
executionContextId: Runtime.ExecutionContextId;
|
|
```
|