Skip to content

knowledgecode/storage.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a fallback object of sessionStorage for legacy browsers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published