Greasy Fork is available in English.

lib:indexeddb ls

none

Tác giả
rssa_romeo
Cài đặt hàng ngày
0
Số lần cài đặt
5
Đánh giá
0 0 0
Phiên bản
5
Đã tạo
03-04-2024
Đã cập nhật
16-05-2024
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://greasyfork.org/en/scripts/491562-libloader-lib
https://greasyfork.org/en/scripts/489763-all-functions-lib