cursor.observeChanges

Anywhere

cursor.observeChanges(callbacks)

Watch a query. Receive callbacks as the result set changes. Only the differences between the old and new documents are passed to the callbacks.

Arguments

callbacks Object

Functions to call to deliver the result set as it changes

doc_Meteor
2016-05-29 17:18:16
Comments
Leave a Comment

Please login to continue.