Firefox Tomorrow

web api instance property

NavigationTransition: from property

View on MDN ↗

The from read-only property of the NavigationTransition interface returns the NavigationHistoryEntry that the transition is coming from.

Value

A NavigationHistoryEntry object.

Examples

console.log(navigation.transition.from);

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also