HTML5 storage support is designed for two key scenarios. First, it enables a site to work offline. As site users input data, even when offline, the data can be stored locally on the client and then ...
This simple API can give you a leg up on local storage in your Web apps. Web apps, generally, have sets of data that either don't change a whole lot, or that represent state -- the configuration, ...