Google News
logo
PouchDB - Quiz(MCQ)
What is the purpose of PouchDB's 'conflicts' API?
A)
To update the schema of the database
B)
To resolve conflicts that occur during replication
C)
To delete documents from the database
D)
To retrieve a list of all documents in the database

Correct Answer :   To resolve conflicts that occur during replication


Explanation : PouchDB’s “conflicts” API allows you to resolve conflicts that occur during replication, such as when the same document is modified on two different devices.

Advertisement