Y
Hacker News
new
|
ask
|
show
|
jobs
by
JimDabell
1098 days ago
Breaking the back button isn’t necessary for this; all they need to do is call `history.replaceState()` instead of `history.pushState()`.
1 comments
marttilaine
1097 days ago
Thank you all for the feedback on this! I agree. It didn't seem like such an issue during development, but that was a misjudgement. Removed that functionality now. Should not add to history anymore (shareable URLs should still work).
link