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:blankdocument.
Examples
See the main NavigationActivation page.
Specifications
| Specification |
|---|
| HTML # dom-navigationactivation-from |
