Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Javascript change route/history address without triggers

13 Oct 2020 » web
window.history.pushState(
    {},
    null,
    '<path>' // /video/a/b/c
)