puppeteer/new-docs/puppeteer.protocol.runtime.executioncontextcreatedevent.context.md
2020-07-13 14:01:35 +01:00

14 lines
598 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; [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;
```