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

https://github.com/niceue/webstorage

Cross browser HTML5 web storage solutions
https://github.com/niceue/webstorage

Last synced: about 1 year ago
JSON representation

Cross browser HTML5 web storage solutions

Awesome Lists containing this project

README

          

### HTML5 Web Storage Solutions

HTML5 provide a web storage API, include localStorage and sessionStorage, that most browsers have supported,but not in some old browsers,like IE lower than version 8, and Firefox lower than version 3.5.
This script will provide solutions for it, and after you included it, you can use the HTML5 web storage API directly.