Home »
MCQs »
PouchDB MCQs
____-method allows you to listen in real-time for changes to the database and trigger events depending on those changes
13. ____-method allows you to listen in real-time for changes to the database and trigger events depending on those changes.
- Listen()
- Changes()
- Listenchanges()
Answer: B) Changes()
Explanation:
Changes() method allows you to listen in real-time for changes to the database and trigger events depending on those changes.