Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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/)