lib:indexeddb ls

none

La data de 18-08-2024. Vezi ultima versiune.

Autor
rssa_romeo
Rating-uri
0 0 0
Versiune
6
Creat
03-04-2024
Actualizat
18-08-2024
Size
5,41 KB
Licență
GPLv3
Se aplică pe
Toate site-urile

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