Faster IndexedDB Geter

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

Tätä skriptiä ei tulisi asentaa suoraan. Se on kirjasto muita skriptejä varten sisällytettäväksi metadirektiivillä // @require https://updategreasyfork.deno.dev/scripts/478225/1270031/Faster%20IndexedDB%20Geter.js.

Tekijä
PPPxcy
Versio
0.0
Luotu
25.10.2023
Päivitetty
25.10.2023
Size
665 tavua
Lisenssi
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.