Greasy Fork is available in English.

Faster IndexedDB Geter

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

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greasyfork.org/scripts/478225/1270031/Faster%20IndexedDB%20Geter.js

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
PPPxcy
バージョン
0.0
作成日
2023/10/25
更新日
2023/10/25
ライセンス
不明

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.