-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Empty show more show less
A recent change removed our custom implementation for AsyncIterator on the cursor type. While this fixes a bug by bringing our cursor in line with the Readable async iterator implementation, it also drops support for using a custom promise library passed into the driver. We should reimplement this, and use the solution Thomas is developing in his "global promise" feature.