NavigationActivation: from property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

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 Standard
# dom-navigationactivation-from

Browser compatibility

BCD tables only load in the browser

See also