puppeteer/new-docs/puppeteer.protocol.page.createisolatedworldresponse.executioncontextid.md

14 lines
628 B
Markdown
Raw Normal View History

<!-- 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) &gt; [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;
```