I can't check browser location reloaded in js ?
I tried that but it doesn't work because performence type not work anymore in any browser.
I tried that code. But it doesn't work.
if (window.performance) {
console.info("window.performance works fine on this browser");
}
if (performance.navigation.type == performance.navigation.TYPE_RELOAD) {
console.info("This page is reloaded");
} else {
console.info("This page is not reloaded");
}