14 lines
634 B
Markdown
14 lines
634 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExecutionContextDestroyedEvent](./puppeteer.protocol.runtime.executioncontextdestroyedevent.md) > [executionContextId](./puppeteer.protocol.runtime.executioncontextdestroyedevent.executioncontextid.md)
|
|
|
|
## Protocol.Runtime.ExecutionContextDestroyedEvent.executionContextId property
|
|
|
|
Id of the destroyed context
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
executionContextId: ExecutionContextId;
|
|
```
|