NavigationCurrentEntryChangeEvent: from property
The from
read-only property of the NavigationCurrentEntryChangeEvent
interface returns the NavigationHistoryEntry
that was navigated from.
Value
Examples
navigation.addEventListener("currententrychange", (event) => {
console.log(event.from);
});
Specifications
Browser compatibility
|
Desktop |
Mobile |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
WebView Android |
Chrome Android |
Firefox for Android |
Opera Android |
Safari on IOS |
Samsung Internet |
from |
102 |
102 |
No |
No |
88 |
No |
102 |
102 |
No |
70 |
No |
19.0 |
See also