HTML5 Storage

Local Storage Options

HTML5 local storage provides limited space for storing unsecured values on the client in simple key-value pairs. Local storage is offered with two APIs:

Basic API Usage

What's in storage?