Greasy Fork is available in English.

Faster IndexedDB Geter

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

Skrip ini tidak untuk dipasang secara langsung. Ini adalah pustaka skrip lain untuk disertakan dengan direktif meta // @require https://update.greasyfork.org/scripts/478225/1270031/Faster%20IndexedDB%20Geter.js

Penulis
PPPxcy
Versi
0.0
Dibuat
25 Oktober 2023
Diperbarui
25 Oktober 2023
Lisensi
N/A

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.