NavigationPrecommitController
The NavigationPrecommitController interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
Functions
Link copied to clipboard
The addHandler() method of the NavigationPrecommitController interface allows you to dynamically add a handler callback function in precommit code, which will then be run after the navigation has committed.
Link copied to clipboard
The redirect() method of the NavigationPrecommitController interface redirects the browser to a specified URL and specifies history behavior and any desired state information.