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 57f2f3a commit 3e96fd5Copy full SHA for 3e96fd5
src/mongo_types.ts
@@ -473,7 +473,8 @@ export class TypedEventEmitter<Events extends EventsDescription> extends EventEm
473
}
474
475
/**
476
- * @internal
+ * @public
477
+ * @deprecated Will be removed in a future major release. Use AbortSignal instead.
478
*/
479
export class CancellationToken extends TypedEventEmitter<{ cancel(): void }> {
480
constructor(...args: any[]) {
0 commit comments