NavigationAPI
The API provided to extensions to navigate to extensions or host page.
Navigation API for all extensions. Refer to supported protocols
The navigate() method navigates to a specific URL, updating any provided state in the history entries list.
Only available for full-page extension customer-account.page.render
The currentEntry read-only property of the Navigation interface returns a NavigationHistoryEntry object representing the location the user is currently navigated to right now.
The navigate() method navigates to a specific URL, updating any provided state in the history entries list.
The updateCurrentEntry() method of the Navigation interface updates the state of the currentEntry; used in cases where the state change will be independent of a navigation or reload.
Returns the live navigation current entry
Navigation example
Anchor to examplesExamples
Navigation api examples