Open rogerxu opened 6 years ago
const hash = location.hash;
location.hash = hash;
location.replace(hash);
hashchange
Eventhistory.pushState();
history.replaceState();
popstate
Eventwindow.addEventListener('popstate', function(evt) {
}, false);