Questions tagged [html5-history]

The HTML5 History API allows programmatic manipulation of the browser's history through JavaScript, providing a method of managing the user's history stack when creating web applications.

The HTML5 History API allows programmatic manipulation of the browser's history through JavaScript, allowing interaction with the browser's history as though it is the user.

Useful documentation:

585 questions
6
votes
1 answer

history.back() doesn't work with HTML5 history API as expected in Chrome

The history.back() function is supposed to take me back one step in the history created using HTML5 history API. The following code works as expected in Firefox but does not in Chrome: