yux-storage 是一个基于 HTML5 IndexedDB 封装的 Web 本地数据离线存储库。特点使用类似 localStorage API, 无需考虑 IndexedDB 的复杂概念,上手无压力。 支持回调和 Promise 两种方式,各凭所愿。 无任何依赖,非常轻量,100 行左右的源码,压缩后更小。以下是继承 IndexedDB 的特点可以...
yux-storage黯雨**清愁 上传11.53 KB 文件格式 zip indexeddb localstorage-api promise yux-storage yux-storage 是一个基于 HTML5 IndexedDB 封装的 Web 本地数据离线存储库 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 1Moment 2025-02-28 13:50:21 积分:1 ...
yux-storage 是一个基于 HTML5 IndexedDB 封装的 Web 本地数据离线存储库 - Commits · yued-fe/yux-storage
Shipping Container Liners for Dry Bulk Cereal Grain Storage and Transport, Find Details and Price about Container Liner Dry Bulk Liner from Shipping Container Liners for Dry Bulk Cereal Grain Storage and Transport - Shandong Blue Whale Packing Material C
``` 3. 通过[npm](https://www.npmjs.com/package/yux-storage) 安装 ```cmd npm i yux-storage @@ -48,13 +54,15 @@ import 'yux-storage'; yuxStorage.getItem('key',doSomethingElse) // 同样支持promise yuxStorage.setItem('key').then(doSomethingElse) yuxStorage.getItem('key').then(...