0.0.7 • Published 2 years ago
chunk-store-idb v0.0.7
chunk-store-idb
IndexedDB chunk store that is abstract-chunk-store compatible
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