Firefox Tomorrow

web api instance property

NavigationActivation: from property

View on MDN ↗

The from read-only property of the NavigationActivation interface contains a NavigationHistoryEntry object representing the history entry for the outgoing (“from”) document in the navigation.

Value

A NavigationHistoryEntry object, or null if the outgoing document is:

  • Not same origin as the inbound document.
  • The initial about:blank document.

Examples

See the main NavigationActivation page.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also