Comment on An idea for getting rid of the hashbang problemparentComments−wmf15yCan you compare this against the HTML5 pushState API?−michaelcgormanOP15yAll pushState does, AFAIK, is add things to your browsing history; it alone doesn't affect the content you receive. It does, however, make it possible (for recent browsers with JS enabled) to use the back button to navigate through AJAX-ed sites.
Comments
Can you compare this against the HTML5 pushState API?
All pushState does, AFAIK, is add things to your browsing history; it alone doesn't affect the content you receive. It does, however, make it possible (for recent browsers with JS enabled) to use the back button to navigate through AJAX-ed sites.