Skip to content

ukyo/zcookies

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

zcookies

Save objects to cookies!

zcookies uses zlib compression, and it can save more than plain text.

install

bower install zcookies

depandencies

usage

zcookies.set('foo', {a: 1, b: "こんにちは世界"}, options);
zcookies.get('foo');

zcookies is a ScottHamper/Cookies wrapper. See options details on this page.

LICENSE

zcookies released under the MIT license.