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

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

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.