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

id() returns the db name instead of a uuid #34

Closed garethbowen closed 6 years ago

garethbowen commented 7 years ago

db.id() returns a uuid when called without worker-pouch, but the db name when called with worker-pouch.

jsfiddle