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

21 lines
821 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)
## Protocol.Runtime.ExecutionContextCreatedEvent interface
Issued when new execution context is created.
<b>Signature:</b>
```typescript
export interface ExecutionContextCreatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [context](./puppeteer.protocol.runtime.executioncontextcreatedevent.context.md) | [ExecutionContextDescription](./puppeteer.protocol.runtime.executioncontextdescription.md) | A newly created execution context. |