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 2180b93 commit 65e4827Copy full SHA for 65e4827
src/mongo_types.ts
@@ -473,7 +473,7 @@ export class TypedEventEmitter<Events extends EventsDescription> extends EventEm
473
}
474
475
/**
476
- * @internal Will be removed in favor of `AbortSignal` in the next major release.
+ * @internal
477
*/
478
export class CancellationToken extends TypedEventEmitter<{ cancel(): void }> {
479
constructor(...args: any[]) {
0 commit comments