You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
Populating the cache works differently now as per the documentation:
Remove db.put(doc, id, rev)
Please use db.put({_id: id, _rev: rev, data: 'foo'}) instead
Hey
The changes in PouchDB 6 have broken the plugin.
https://pouchdb.com/2016/09/05/pouchdb-6.0.0.html
Populating the cache works differently now as per the documentation:
Remove db.put(doc, id, rev)
Please use db.put({_id: id, _rev: rev, data: 'foo'}) instead
Thanks!