history

Term side of the Card
Topic: Navigation in Browser
Unit title: history
Categories: Object
Explanation side of the Card

Explanation: The browser API object that provides access to the browser session history, allowing for navigation back and forth between visited pages and URL changes without refreshing the page. It includes methods like `.back()`, `.forward()` and `.go()`.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: