Comment on Reeder for Mac's HTML5 HomepageComments−Zakuzaa15yHow are they modifying address bar url? Is it a feature of HTML5?−jinushaun15yYes, HTML5.window.history.pushState(data, title, url)−mofle15yhistory.pushState()
Comments
How are they modifying address bar url? Is it a feature of HTML5?
Yes, HTML5.
window.history.pushState(data, title, url)
history.pushState()