Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 459 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 459 Bytes

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