From e7a84f635386bc663a55a8e3aac2aaaea2334901 Mon Sep 17 00:00:00 2001
From: Noam Rosenthal navigation.currentEntry
.
navigation.transition.to
The NavigationDestination
of the transition. This can be
+ useful to compare against navigation.currentEntry
before the navigation is
+ committed.
navigation.transition.committed
A promise which fulfills once the navigation.currentEntry
and NavigationTransition {
data-x="concept-NavigationTransition-from">from entry, which is a
NavigationHistoryEntry
.
Each NavigationTransition
has an associated destination, which is a
+ NavigationDestination
.
Each NavigationTransition
has an associated committed promise, which is a promise.
The to
getter steps are to return
+ this's destination.
The committed
getter steps are to return
this's committed
@@ -101618,6 +101633,9 @@ interface NavigationDestination {
destination
navigation.transition.to
The NavigationDestination
of the transition. This can be
- useful to compare against navigation.currentEntry
before the navigation is
- committed.
The NavigationDestination
of the transition. This can be useful to compare
+ against navigation.currentEntry
before the
+ navigation is committed.
navigation.transition.committed
A promise which fulfills once the The The The The A promise which fulfills once the The The The A promise which fulfills once the NavigationTransition {
to
getter steps are to return
- this's destination.committed
getter steps are to return
From 7036eefc780616e475dc2f7503d543a4e888c604 Mon Sep 17 00:00:00 2001
From: Noam Rosenthal navigation.transition.to
NavigationDestination
of the transition. This can be useful to compare
- against navigation.currentEntry
before the
- navigation is committed.NavigationDestination
of the transition. This can be useful as a way to
+ keep track of the navigation's destination before it is committed, e.g. by comparing its url
with the against navigation.currentEntry
's url
.navigation.transition.committed
NavigationTransition {
data-x="dom-NavigationTransition-to">to
getter steps are to return
this's destination.committed
getter steps are to return
this's committed
promise.finished
getter steps are to return
this's finished
From 7706b3b30669194ca6ca94f1d93a4077e0c2a774 Mon Sep 17 00:00:00 2001
From: Noam Rosenthal navigation.transition.to
NavigationDestination
of the transition. This can be useful as a way to
- keep track of the navigation's destination before it is committed, e.g. by comparing its url
with the against navigation.currentEntry
's url
.url
without having to listen to the navigate
event.navigation.transition.committed