Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guojikun/cookie

cookie相关的操作
https://github.com/guojikun/cookie

cookie cookiejs cookies

Last synced: 23 days ago
JSON representation

cookie相关的操作

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 版本