HTML5 Web Storage
This section contains the API for persistent data storage of key-value pair data as defined by the HTML5 Web Storage specification.
In this section
| Topic | Description |
|---|---|
|
Represents the list of key/value pairs that have been assigned to a single storage area. | |
|
Removes all key/value pairs from the Web Storage area. | |
|
Retrieves the current value associated with the Web Storage key. | |
|
Initializes a new Document Object Model (DOM) storage event that the createEvent method created. | |
|
Retrieves the key at the specified index in the collection. | |
|
Deletes a key/value pair from the Web Storage collection. | |
|
Sets a key/value pair. | |
|
Gets the key that is updated. | |
|
Retrieves the length of the key/value list. | |
|
Retrieves the Web Storage area specific to the current document. | |
|
Gets the new value of the key. | |
|
Gets the previous value of the key. | |
|
Retrieves the remaining number of UTF-16 characters allowed for the storage object. | |
|
Retrieves the Web Storage area for the session. | |
|
Gets the Storage object of the affected document. | |
|
Gets the address of the document that the update affects. |