guys window.history.pushStack() not works unless user click page or something related to page. is this bug or feature
window.history.pushState(null, "", "http://localhost:63342/a")
window.history.pushState(null, "", "http://localhost:63342/b")
window.history.pushState(null, "", "http://localhost:63342/c")
unless i interact with window it doesnt add this urls to history stack