puppeteer/new-docs/puppeteer.framemanager._onexecutioncontextdestroyed.md

23 lines
591 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; [FrameManager](./puppeteer.framemanager.md) &gt; [\_onExecutionContextDestroyed](./puppeteer.framemanager._onexecutioncontextdestroyed.md)
## FrameManager.\_onExecutionContextDestroyed() method
<b>Signature:</b>
```typescript
_onExecutionContextDestroyed(executionContextId: number): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| executionContextId | number | |
<b>Returns:</b>
void