Greasy Fork is available in English.

lib:indexeddb ls

none

نووسەر
rssa_romeo
Daily installs
0
Total installs
5
Ratings
0 0 0
وەشان
5
Created
2024-04-03
Updated
2024-05-16
مۆڵەت
GPLv3
Applies to
هەموو سایتەکان

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