Greasy Fork is available in English.

lib:indexeddb ls

none

作者
rssa_romeo
日安装量
0
总安装量
5
评分
0 0 0
版本
5
创建于
2024-04-03
更新于
2024-05-16
许可证
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://greasyfork.org/en/scripts/491562-libloader-lib
https://greasyfork.org/en/scripts/489763-all-functions-lib