[@types/level] iterator type is lacking [Symbol.asyncIterator]()
#59265
Replies: 4 comments
-
|
Thanks for the discussion about "level", some useful links for everyone: Pinging the DT module owners: @danielfx90. |
Beta Was this translation helpful? Give feedback.
-
|
Could also be affecting the |
Beta Was this translation helpful? Give feedback.
-
|
Actually alot of iterator types are no longer correct. See: https://github.com/Level/abstract-leveldown#iterator Things like |
Beta Was this translation helpful? Give feedback.
-
|
Great! Would you like to submit a PR with the changes? I would gladly review it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The
db.iterator()which returnsAbstractIterator<any, any>is capable of being iterated with afor await.Currently this results in an error:
Example:
Beta Was this translation helpful? Give feedback.
All reactions