你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/491566-lib-indexeddb-ls,源站連結 點此以跳轉。
none
当前为
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.cn/en/scripts/491562-libloader-lib
https://greasyfork.org.cn/en/scripts/489763-all-functions-lib