Skip to content

Add support for Promises, with async/await #30

@Cherry

Description

@Cherry

This library is pretty mature now and works really well, but still uses callbacks. There's nothing wrong with callbacks, but a lot of modern code nowadays uses promises via async/await, and having this library conform to that would be ideal.

Things to think about:

  • Should we bump a major version and just remove callbacks entirely?
  • Should we try to support both callbacks and promises?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions