lib:indexeddb ls

none

Ekde 2025/03/06. Vidu La ĝisdata versio.

Aŭtoro
rssa_romeo
Ratings
0 0 0
Versio
8
Kreita
2024/04/03
Ĝisdatigita
2025/03/06
Size
5,81 kb
Licenco
GPLv3
Aplikiĝas al
Ĉiuj retejoj

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