Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

JStiller/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

storage

A simple storage handler

jstiller.modules.storage.supports('cookie');
jstiller.modules.storage.supports('localStorage');
jstiller.modules.storage.supports('sessionStorage');
jstiller.modules.storage.cookie.setItem('key', 'value');
jstiller.modules.storage.cookie.getItem('key');
jstiller.modules.storage.cookie.removeItem('key');
jstiller.modules.storage.cookie.key(0);
jstiller.modules.storage.cookie.length();
jstiller.modules.storage.cookie.clear();

About

A simple storage handler

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors