lib:indexeddb ls

none

目前为 2024-05-15 提交的版本。查看 最新版本

作者
rssa_romeo
评分
0 0 0
版本
3
创建于
2024-04-03
更新于
2024-05-15
大小
5.4 KB
许可证
GPLv3
适用于
所有网站

use indexeddb like localstorage
example:
const setupls = loadlib("indexeddb ls")
const ls = await setupls('name')
log(ls.test) //undefined
ls.test = 'testing'
log(ls.test) //testing
ls.obj = {asd:'asd'}
log(ls.obj) //{asd:'asd'}

requires:
https://gf.qytechs.cn/en/scripts/491562-libloader-lib
https://gf.qytechs.cn/en/scripts/489763-all-functions-lib

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址