You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: