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
- Host: GitHub
- URL: https://github.com/niceue/webstorage
- Owner: niceue
- License: mit
- Created: 2012-03-28T06:44:35.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T12:24:46.000Z (over 12 years ago)
- Last Synced: 2025-03-27T08:48:26.832Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.