browser.web_vital.navigation_type
Developmentenumas of v1.44.0
The type of navigation, as reported by the Navigation Timing API, with additional values reported by the web-vitals library.
Examples
- navigate
Values (6)
navigateNavigation started by clicking a link, entering a URL, form submission, or a script operation.reloadNavigation through a reload operation or aLocation.reload()call.back-forwardNavigation through the browser's history traversal (e.g. back/forward buttons).back-forward-cacheNavigation restoring a page from the back/forward cache (bfcache).prerenderNavigation to a page that was prerendered.restoreNavigation restoring a page that was previously discarded by the browser.
Used by
events (1)
- browser.web_vital
* required on that signal.
History
Added as development.