Persistent storage

Overview

The HTML5 localStorage object is used to store data persistently (no expiration date). This component adds support for this object in browsers that do not already have native support.

This working example demonstrates how HTML5 localStorage works. It remembers the activated/deactivated state even after the browser has been closed.