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 ef6649c commit 4703edcCopy full SHA for 4703edc
src/mongo_types.ts
@@ -474,7 +474,7 @@ export class TypedEventEmitter<Events extends EventsDescription> extends EventEm
474
475
/**
476
* @public
477
- * @deprecated Will be removed in favor of `AbortSignal` in the next major release.
+ * @deprecated Will be removed in the next major release. This type is currently not used in our public API.
478
*/
479
export class CancellationToken extends TypedEventEmitter<{ cancel(): void }> {
480
constructor(...args: any[]) {
0 commit comments