Skip to content

Commit f6dd6c9

Browse files
mbroadstdaprahamian
authored andcommitted
doc(change-stream-cursor): added docs for internal event response
1 parent 61ff544 commit f6dd6c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/change_stream.js

+6
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,12 @@ class ChangeStreamCursor extends Cursor {
335335
}
336336
}
337337

338+
/**
339+
* @event ChangeStreamCursor#response
340+
* internal event DO NOT USE
341+
* @ignore
342+
*/
343+
338344
// Create a new change stream cursor based on self's configuration
339345
var createChangeStreamCursor = function(self, options) {
340346
const changeStreamCursor = buildChangeStreamAggregationCommand(self, options);

0 commit comments

Comments
 (0)