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 89beb22 commit c2ef0a6Copy full SHA for c2ef0a6
src/mongo_types.ts
@@ -477,6 +477,7 @@ export class CancellationToken extends TypedEventEmitter<{ cancel(): void }> {}
477
/** @public */
478
export type Abortable = {
479
/**
480
+ * @experimental
481
* When provided, the corresponding `AbortController` can be used to abort an asynchronous action.
482
*
483
* The `signal.reason` value is used as the error thrown.
0 commit comments