Back to Content

NavigationActivation: from property

files/en-us/web/api/navigationactivation/from/index.md

latest717 B
Original Source

{{APIRef("Navigation API")}}

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

Value

A {{domxref("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 {{domxref("NavigationActivation")}} page.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also