Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Not compatible with PouchDB v6.x.x #24

@piehei

Description

@piehei

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions