You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/db.ts
+2-7
Original file line number
Diff line number
Diff line change
@@ -714,15 +714,10 @@ export class Db {
714
714
* @param pipeline - An array of {@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline/|aggregation pipeline stages} through which to pass change stream documents. This allows for filtering (using $match) and manipulating the change stream documents.
715
715
* @param options - Optional settings for the command
Copy file name to clipboardExpand all lines: src/mongo_client.ts
-5
Original file line number
Diff line number
Diff line change
@@ -596,15 +596,10 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> {
596
596
* @param pipeline - An array of {@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline/|aggregation pipeline stages} through which to pass change stream documents. This allows for filtering (using $match) and manipulating the change stream documents.
597
597
* @param options - Optional settings for the command
0 commit comments