puppeteer/new-docs/puppeteer.protocol.runtime.executioncontextcreatedevent.context.md

14 lines
598 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [ExecutionContextCreatedEvent](./puppeteer.protocol.runtime.executioncontextcreatedevent.md) &gt; [context](./puppeteer.protocol.runtime.executioncontextcreatedevent.context.md)
## Protocol.Runtime.ExecutionContextCreatedEvent.context property
A newly created execution context.
<b>Signature:</b>
```typescript
context: ExecutionContextDescription;
```