1.0.4 • Published 8 months ago

@saleh_kebria/idbstorage v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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
1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago