-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
pouchdb is great, but seems to have some maintenance issues. I'm using this issue to keep track of them.
- Warning: db.type() is deprecated and will be removed apache/pouchdb#6449 (5 years old!)
- Probably due to PouchDb : _remote property is not properly initialized when creating multiple databases apache/pouchdb#7675 (marked as stale and
wontfixed)
- Probably due to PouchDb : _remote property is not properly initialized when creating multiple databases apache/pouchdb#7675 (marked as stale and
- PouchDB relying on vulnerable version of node-fetch apache/pouchdb#8440 (supposedly fixed but pending a release)
- Module build for browser breaks when built with vite apache/pouchdb#8266 , which is indicative of two issues:
- A dependency tries to import
"events"as if running innode: import EE from 'events' in browser is not possible apache/pouchdb#8186- Workaround: Install
"events"fromnpm, which can transparently be used to polyfillnode's behaviour without any other changes.
- Workaround: Install
- Some dependency depends on
window.globalbeing set. 🙄- Workaround: Set a
jsbanner ofglobalThis.global = globalThisand hope this doesn't break clients oftimer-db.
- Workaround: Set a
- A dependency tries to import
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels