Comment revenir en arrière ancien tabulations fermant le nouvel onglet dans js

 localStorage.setItem('isRealdAble','false');
function gCFRTP() {
    setInterval(() => {
        var isReloading = localStorage.getItem('isRealdAble');
        if(isReloading=='true'){
            window.location.href = window.location.href;
        }
    }, 2000);
}
Homely Hamerkop