Greasy Fork is available in English.

lib:indexeddb ls

none

Autor
rssa_romeo
Instalações hoje
0
Total de instalações
5
Avaliações
0 0 0
Versão
5
Criado
03/04/2024
Atualizado
16/05/2024
Licença
GPLv3
Aplicável a
Todos os sites

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