pouchdb-community / worker-pouch

Easy way to use PouchDB inside a Web Worker or Service Worker
Apache License 2.0
218 stars 34 forks source link

Pass `storage` option through to IDB #24

Closed garethbowen closed 6 years ago

garethbowen commented 8 years ago

Currently the constructor only passes through the name, auto_compaction, and revs_limit options. It should also pass through storage so persistent storage can be used in Firefox.