Skip to content

Commit c2ef0a6

Browse files
committed
experimental
1 parent 89beb22 commit c2ef0a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mongo_types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ export class CancellationToken extends TypedEventEmitter<{ cancel(): void }> {}
477477
/** @public */
478478
export type Abortable = {
479479
/**
480+
* @experimental
480481
* When provided, the corresponding `AbortController` can be used to abort an asynchronous action.
481482
*
482483
* The `signal.reason` value is used as the error thrown.

0 commit comments

Comments
 (0)