Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for await...of db.iterator() #379

Merged
merged 2 commits into from
Sep 21, 2021
Merged

Commits on Sep 12, 2021

  1. Support for await...of db.iterator()

    Closes #235.
    
    Supersedes #338, which was just a proof of concept and we've since
    dropped support of legacy runtimes (Level/community#98) which now
    allows us to use async generators across the board.
    vweevers committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    c7705d6 View commit details
    Browse the repository at this point in the history
  2. Add asBuffer options to test

    vweevers committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    bb370f3 View commit details
    Browse the repository at this point in the history