#import #import [Exposed=Window, UseNewAKString] interface NavigationTransition { readonly attribute NavigationType navigationType; readonly attribute NavigationHistoryEntry from; readonly attribute Promise finished; };