Faster IndexedDB Geter

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

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greatest.deepsurf.us/scripts/478225/1270031/Faster%20IndexedDB%20Geter.js

Autor
PPPxcy
Verze
0.0
Vytvořeno
25. 10. 2023
Aktualizováno
25. 10. 2023
Size
665 B
Licence
neuvedeno

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.