localStorage

Term side of the Card
Topic: Store Data in Browser
Unit title: localStorage
Categories: Object
Explanation side of the Card

Explanation: The browser API object that provides a way to store key-value pairs in a web browser with no expiration time. It allows data to persist even after the browser is closed and reopened.

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