文件名称:hardtack:超轻(373字节)库,用于在JavaScript中使用cookie
文件大小:136KB
文件格式:ZIP
更新时间:2024-05-26 03:11:13
javascript front-end browser cookie cookies
硬汉 一个超轻量级的库,用于在JavaScript中使用Cookie。 特征 简单的API 超轻(压缩并压缩了373个字节)。 没有依赖关系。 控制大小。 禁止字符编码 仅加载必要的方法 目录 options.secure:布尔值 options.samesite:字符串 get(名称:字符串) 删除(名称:字符串,选项) 快速开始 安装 yarn add hardtack -E # or npm i hardtack -E 用法 // Load the full library import hardtack from 'hardtack' ; // Load the necessary method import get from 'hardtack/src/get' ; import set from 'hardtack/src/set' ; import remove
【文件预览】:
hardtack-master
----.babelrc(39B)
----index.js(183B)
----package.json(1KB)
----__tests__()
--------utils.js(477B)
--------hardtack.js(4KB)
----.github()
--------workflows()
----LICENSE(1KB)
----src()
--------remove()
--------set()
--------get()
--------utils()
----.npmignore(15B)
----index.d.ts(409B)
----.gitignore(61B)
----CHANGELOG.md(4KB)
----README.md(3KB)
----yarn.lock(327KB)