An open API service indexing awesome lists of open source software.

https://github.com/paramsiddharth/demo-webstorageapi

A demonstration of the use of HTML Web Storage API using JavaScript.
https://github.com/paramsiddharth/demo-webstorageapi

Last synced: 3 months ago
JSON representation

A demonstration of the use of HTML Web Storage API using JavaScript.

Awesome Lists containing this project

README

          

# Demonstration - HTML Web Storage API

A demonstration of the use of HTML Web Storage API using JavaScript. This example demonstrates the use of the `localStorage` variable only. `sessionStorage` may be used in a similar manner for session storage.

It is recommended to check for the availability of the API before usage by enclosing the code in an `if` block with `storage` as the condition.

[Preview](https://paramsiddharth.github.io/demo-webstorageapi/)