lib:indexeddb ls

none

Tác giả
rssa_romeo
Cài đặt hàng ngày
0
Số lần cài đặt
6
Đánh giá
0 0 0
Phiên bản
10
Đã tạo
03-04-2024
Đã cập nhật
17-03-2025
Size
6 KB
Giấy phép
GPLv3
Áp dụng cho
Tất cả trang web

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://greasyforks.org/en/scripts/491562-libloader-lib
https://greasyforks.org/en/scripts/489763-all-functions-lib

长期地址
遇到问题?请前往 GitHub 提 Issues。