lib:indexeddb ls

none

Autor
rssa_romeo
Dnevne instalacije
0
Ukupnih instalacija
6
Ocjene
0 0 0
Verzija
10
Stvoreno
03.04.2024.
Ažurirano
17.03.2025.
Size
5,82 KB
Licenza
GPLv3
Primjenjuje se
Sve stranice

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://greasyforks.org/en/scripts/491562-libloader-lib
https://greasyforks.org/en/scripts/489763-all-functions-lib

长期地址
遇到问题?请前往 GitHub 提 Issues。