#import #import // https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigationtransition [Exposed=Window] interface NavigationTransition { readonly attribute NavigationType navigationType; readonly attribute NavigationHistoryEntry from; readonly attribute Promise finished; };