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?