WebviewerView.reportPageLoad method
WebviewerView › reportPageLoad
Unofficial
Report a page load event to the history database.Signature:
reportPageLoad(url: string, title: string, navigate: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| url | string | The URL of the loaded page. |
| title | string | The title of the loaded page. |
| navigate | unknown | Navigation metadata. |
Returns: void