lib:indexeddb ls

none

10.04.2024 itibariyledir. En son verisyonu görün.

Yazar
rssa_romeo
Değerlendirmeler
0 0 0
Versiyon
0.2
Oluşturulma
03.04.2024
Güncellenme
10.04.2024
Size
5,11 KB
Lisans
GPLv3
Geçerli
Tüm siteler

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