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

14 lines
634 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) &gt; [executionContextId](./puppeteer.protocol.runtime.executioncontextdestroyedevent.executioncontextid.md)
## Protocol.Runtime.ExecutionContextDestroyedEvent.executionContextId property
Id of the destroyed context
<b>Signature:</b>
```typescript
executionContextId: ExecutionContextId;
```