Is it possible to modify the content of the window.location without redirecting the page? [closed]

1

I need to make a modification of the window.location integer (the whole route) without updating. Something similar to history.pushstate , but I do not find any viable way to do it

Try to make the modification with the definegetter but for what I observe this function only serves for the document type parameters. Is it possible to modify the location parameter with javascript?

    
asked by Gabriel 26.12.2016 в 20:36
source

0 answers