Navigation playground
Open the console to see what `navigate` events are fired.
Related PR
Links
[download]
[target="_blank"]
Buttons
history.pushState(null, null, "./new-page")
history.replaceState(null, null, "./other-page")
history.back()
history.forward()
location.reload()