Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

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

README.md

crumb.js

A simple, mini-library for handling cookies in JavaScript

  • Crumb.get(name) => value
  • Crumb.set(name[, value[, options]]) => true ** Omitting value will attempt to delete the cookie ** The options parameter supports expires (in number of days), path and domain

For more information about the options for Crumb.set, see the cookie RFC: https://www.ietf.org/rfc/rfc2109.txt at section 4.2.2

About

A simple, mini-library for handling cookies in JavaScript

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.