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
I try to change include_docs in db.list({ include_docs: false }) and it has no effect. Docs returned anyway.
I checked your package source and include_docs being used in one place and it's true always.
I try to change
include_docsin db.list({ include_docs: false }) and it has no effect. Docs returned anyway.I checked your package source and
include_docsbeing used in one place and it's true always.Does this option exist or not?