Skip to content

WebviewerView.reportPageLoad method

WebviewerView › reportPageLoad

Unofficial

Report a page load event to the history database.

Signature:

reportPageLoad(url: string, title: string, navigate: unknown): void

Parameters:

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