Constructor
new NavigationInfo(browsingContextId, navigationId, timestamp, url)
Constructs a new NavigationInfo object.
Parameters:
Name | Type | Description |
---|---|---|
browsingContextId | string | The ID of the browsing context. |
navigationId | string | The ID of the navigation. |
timestamp | number | The timestamp of the navigation. |
url | string | The URL of the page navigated to. |