Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electricduck/moz-cookiejs
Mozilla's CookieJS
https://github.com/electricduck/moz-cookiejs
Last synced: about 1 month ago
JSON representation
Mozilla's CookieJS
- Host: GitHub
- URL: https://github.com/electricduck/moz-cookiejs
- Owner: electricduck
- License: gpl-3.0
- Created: 2015-10-05T09:05:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T09:15:29.000Z (about 9 years ago)
- Last Synced: 2024-10-15T07:24:24.806Z (3 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookies.js
#### A complete cookies reader/writer framework with full unicode support, by Mozilla
https://developer.mozilla.org/en-US/docs/Web/API/document.cookie
https://developer.mozilla.org/User:fusionchessThis framework is released under the GNU Public License, version 3 or later. See ``LICENSE.md``.
### Syntaxes:
* ``docCookies.setItem(name, value[, end[, path[, domain[, secure]]]])``
* ``docCookies.getItem(name)``
* ``docCookies.removeItem(name[, path[, domain]])``
* ``docCookies.hasItem(name)``
* ``docCookies.keys()``