Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages