We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pouchdb
pouchdb is great, but seems to have some maintenance issues. I'm using this issue to keep track of them.
wontfix
"events"
node
npm
window.global
js
globalThis.global = globalThis
timer-db
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pouchdb
is great, but seems to have some maintenance issues. I'm using this issue to keep track of them.wontfix
ed)"events"
as if running innode
: import EE from 'events' in browser is not possible pouchdb/pouchdb#8186"events"
fromnpm
, which can transparently be used to polyfillnode
's behaviour without any other changes.window.global
being set. 🙄js
banner ofglobalThis.global = globalThis
and hope this doesn't break clients oftimer-db
.The text was updated successfully, but these errors were encountered: