index23 / chunk-store-idb

IndexedDB chunk store that is abstract-chunk-store compatible
MIT License
1 stars 0 forks source link

chunk-store-idb

IndexedDB chunk store that is abstract-chunk-store compatible

abstract chunk store

Install

Using npm

npm install chunk-store-idb

Using yarn

yarn add chunk-store-idb

Usage

import  { Store } from 'chunk-store-idb'
let store = new Store(10)

API

Tests

License

MIT