In my application, To Hide some information in URL i am using below code.
history.replaceState ({}, "", "bar.html");
It is working in all the browsers except firefox latest version (v56+)
In Firefox, if i press F5 then it is going back to previous URL which i have already replaced with above code.
Any help will be highly appreciated.
from history.replaceState not working for firefox v56+
No comments:
Post a Comment