Greasy Fork is available in English.

lib:indexeddb ls

none

Autor
rssa_romeo
Dziennych instalacji
0
Wszystkich instalacji
6
Oceny
0 0 0
Wersja
7
Utworzono
03-04-2024
Zaktualizowano
25-01-2025
Rozmiar
5,78 KB
Licencja
GPLv3
Dotyczy
Wszystkie strony

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