lib:indexeddb ls

none

Autor
rssa_romeo
Instalaciones diarias
0
Instalaciones totales
6
Calificaciones
0 0 0
Versión
6
Creado
03/04/2024
Actualizado
18/08/2024
Licencia
GPLv3
Funciona en
Todos los sitios

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