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

23 lines
545 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; [\_onFrameStoppedLoading](./puppeteer.framemanager._onframestoppedloading.md)
## FrameManager.\_onFrameStoppedLoading() method
<b>Signature:</b>
```typescript
_onFrameStoppedLoading(frameId: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| frameId | string | |
<b>Returns:</b>
void