https://github.com/knowledgecode/storage.js
a fallback object of sessionStorage for legacy browsers
https://github.com/knowledgecode/storage.js
Last synced: 9 months ago
JSON representation
a fallback object of sessionStorage for legacy browsers
- Host: GitHub
- URL: https://github.com/knowledgecode/storage.js
- Owner: knowledgecode
- License: mit
- Created: 2013-01-05T10:55:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-06T10:09:03.000Z (almost 13 years ago)
- Last Synced: 2025-01-30T19:52:29.783Z (11 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storage.js
Storage.js add a fallback object of sessionStorage for legacy browsers. (ex. IE6,7)
It uses the cookie, so the maximum size that can be stored is about 4KB.
It also shares the data between multiple tabs.
## Property
### length
## Methods
### key
### getItem
### setItem
### removeItem
### clear
## License
Storage.js is available under the terms of the MIT license.