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
We're getting a bunch of this in the browser console...
db.type() is deprecated and will be removed in a future version of PouchDB
This is logged because the adapter doesn't have a _remote property.
_remote
This should be fixed to reduce the console spam and also maintain compatibility with future PouchDB releases.
The text was updated successfully, but these errors were encountered:
(#43) Add _remote to stop deprecation warning
d7a27b1
b4b0eed
No branches or pull requests
We're getting a bunch of this in the browser console...
This is logged because the adapter doesn't have a
_remote
property.This should be fixed to reduce the console spam and also maintain compatibility with future PouchDB releases.
The text was updated successfully, but these errors were encountered: