1.0.4 • Published 8 months ago
@saleh_kebria/idbstorage v1.0.4
IndexedDBStorage
A wrapper class over the non-easy api of the Indexeddb to make it like the LocalStorage api
Usage
import "@saleh_kebria/idbstorage";
await indexedDb.setItem('myKey', 'myValue');
const value = await indexedDb.getItem('myKey');Installation
$ npm i @saleh_kebria/idbstorage