Y
Hacker News
new
|
ask
|
show
|
jobs
by
wmf
5614 days ago
Can you compare this against the HTML5 pushState API?
1 comments
michaelcgorman
5614 days ago
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.
link