#is this feature or browser bug?

8 messages · Page 1 of 1 (latest)

pseudo hedge
#

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

analog drift
#

I don't remember the spec exactly but there's a rule that certain things can only happen on direct user interactions

#

believe it has a security background so it's a feature

pseudo hedge
#

i use brave

analog drift
#

Brave is Chrome

pseudo hedge
pseudo hedge