lib:indexeddb ls

none

2025-03-06 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
rssa_romeo
रेटिंग
0 0 0
आवृत्ती
8
बनवली
2024-04-03
अपडेट केली
2025-03-06
आकार
5.81 KB
License
GPLv3
यांवर लागू होते:
सर्व संकेतस्थळे

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