Web Storage API enables websites or web applications to store data on the client-side. The data is then stored as key/value pairs which can be retrieved on request. Unlike cookies, the data is not transmitted in the HTTP header request. Data can be cleared manually (by clearing browser cache) or programmatically (using JavaScript)
Sort: