VOOZH about

URL: https://developer.mozilla.org/en-US/docs/Web/API/NavigationActivation/from

⇱ NavigationActivation: from property - Web APIs | MDN


NavigationActivation: from property

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

Specification
HTML
# dom-navigationactivation-from

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.