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

21 lines
826 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; [ExecutionContextDestroyedEvent](./puppeteer.protocol.runtime.executioncontextdestroyedevent.md)
## Protocol.Runtime.ExecutionContextDestroyedEvent interface
Issued when execution context is destroyed.
<b>Signature:</b>
```typescript
export interface ExecutionContextDestroyedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [executionContextId](./puppeteer.protocol.runtime.executioncontextdestroyedevent.executioncontextid.md) | [ExecutionContextId](./puppeteer.protocol.runtime.executioncontextid.md) | Id of the destroyed context |