Clears the entire back/forward navigation history.
Synchronously returns whether a back navigation is possible.
Synchronously returns whether a forward navigation is possible.
Returns the index of the currently active entry inside navigationGetAllEntries.
Returns every entry in the navigation history, oldest first.
Navigates to the entry at the given index in the history stack.
Returns the total number of entries in the navigation history.
Subscribes to top-level navigation events (URL changes that load a new document).
Subscribes to in-page navigation events (hash changes, history.pushState).
Removes all listeners registered via onDidNavigate and onDidNavigateInPage.
Accessors for the underlying Chromium navigation history of the current web contents (back/forward stack), exposed so the renderer can mirror it in custom UI such as the breadcrumb / tab back button.