puppeteer/new-docs/puppeteer.protocol.page.framestartedloadingevent.md

21 lines
742 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; [Page](./puppeteer.protocol.page.md) &gt; [FrameStartedLoadingEvent](./puppeteer.protocol.page.framestartedloadingevent.md)
## Protocol.Page.FrameStartedLoadingEvent interface
Fired when frame has started loading.
<b>Signature:</b>
```typescript
export interface FrameStartedLoadingEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [frameId](./puppeteer.protocol.page.framestartedloadingevent.frameid.md) | [FrameId](./puppeteer.protocol.page.frameid.md) | Id of the frame that has started loading. |