Simrou
Simrou copied to clipboard
How to updates location.hash but NOT resolve URL
as far as I can tell, the only way to do this is the following:
window.history.pushState({"page":url},"", url);
Any plans on creating a short cut for this one? :)
When would that be useful?