Definition
HTML Standard defines NavigationTransition
[Exposed=Window]
interface NavigationTransition {
readonly attribute NavigationHistoryEntry from;
readonly attribute Promise<undefined> committed;
readonly attribute Promise<undefined> finished;
};