Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guojikun/cookie
cookie相关的操作
https://github.com/guojikun/cookie
cookie cookiejs cookies
Last synced: 23 days ago
JSON representation
cookie相关的操作
- Host: GitHub
- URL: https://github.com/guojikun/cookie
- Owner: GuoJikun
- License: mit
- Created: 2020-10-15T05:52:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T07:47:32.000Z (about 4 years ago)
- Last Synced: 2024-10-05T09:43:06.528Z (about 1 month ago)
- Topics: cookie, cookiejs, cookies
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Cookie
### 方法
- setItem 设置 cookie
- getItem 获取 cookie
- removeItem 移除 cookie
- has 是否设置当前 cookie
- keys 当前设置的所有 cookie
- clear 清除所有 cookie### 更新日志
#### V1.0.8
- feat:添加 clear 方法
#### V1.0.6
- fix:修复函数调用问题
#### V1.0.5
- fix:removeItem 时后两个参数未设置为可选参数
#### V1.0.4
- feat:改为 TS 版本