Faster IndexedDB Geter

A library that can make you do the things of IndexedDB faster.

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.cn-greasyfork.org/scripts/478225/1270031/Faster%20IndexedDB%20Geter.js

作者
PPPxcy
版本
0.0
创建于
2023-10-25
更新于
2023-10-25
大小
665 字节
许可证
暂无

Faster IndexedDB Geter

A small library that can make you do the things of IndexedDB faster.

The method is unsafeWindow.ReadIndexedDB (window.ReadIndexedDB outside), takes three parameters: storeName, groupName, keyName. It returns a Promise object. If it reads successful, the Promise will resolve the value you would get in IndexedDB, otherwise, it will reject the error.