Skip to content

cdbhnd/webstorage-polyfill-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webstorage-polyfill-wrapper

This is a cookie-based polyfill for localStorage and sessionStorage for browsers that don't implement localStorage or sessionStorage.

  • window.localStorage is available at window.$localStorage
  • window.sessionStorage is available at window.$sessionStorage

Wrapper is added to accomodate browsers that have storage disabled (therefore cannot set window.localStorage).

About

A browser polyfill for localStorage and sessionStorage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%