We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e48fe commit 9cf4fb0Copy full SHA for 9cf4fb0
src/ParseQuery.js
@@ -990,7 +990,7 @@ export default class ParseQuery {
990
/**
991
* Subscribe this query to get liveQuery updates
992
* @method subscribe
993
- * @return {Parse.Promise} A promise that is resolved with a liveQuerySubscription
+ * @return {LiveQuerySubscription} Returns the liveQuerySubscription, it's an event emitter
994
* which can be used to get liveQuery updates.
995
*/
996
subscribe(): any {
0 commit comments