blob: 4eb4742ff6c856243bb909b3b79aea25efb850ac [file] [log] [blame]
[
EnabledBySetting=NavigationAPIEnabled,
Exposed=Window
] interface NavigationTransition {
readonly attribute NavigationNavigationType navigationType;
readonly attribute NavigationHistoryEntry from;
readonly attribute Promise<undefined> finished;
};