Faster IndexedDB Geter

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

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://updategreasyfork.deno.dev/scripts/478225/1270031/Faster%20IndexedDB%20Geter.js

लेखक
PPPxcy
आवृत्ती
0.0
बनवली
2023-10-25
अपडेट केली
2023-10-25
आकार
665 Bytes
License
नाही

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.