Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The navigatesuccess
event of the Navigation
interface is fired when a successful navigation has finished.
In the case of an intercepted navigation, this would occur after any promises returned by your intercept()
handler are fulfilled. The NavigationTransition.finished
promise will also fulfill at the same time.