-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
How are you using Mongo? What version of the server and driver are you using?
Latest.
What is the feature/improvement you would like?
Accept AbortSignal instead of or in addition to CancellationToken in the public API.
What use case would this feature/improvement enable?
Using a standard interface (AbortController/AbortSignal) for aborting operations instead of a Node.js-driver-specific one. This is a Web interface but also supported by Node.js.