About this document
Understanding the History API by Seven Jusovic is a document available to read on EtoBox.
The History interface allows manipulation of the browser session history and pages visited in the current tab or frame. It contains properties like length to get the number of session history entries and state to get the state at the top of the history stack. It also contains methods like back() and forward() to navigate back and forward, and go() to load a specific session history entry by relative location. The pushState() and replaceState() methods allow adding and updating entries in the session history
- Author
- Seven Jusovic
- Language
- EN