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 project pre-dates async and await being native language features. Now that they are, it would be welcome if the API supported promises as an alternative to callbacks.
A more radical change would be to replace the callback API with a promise API and drop the callback support.
The text was updated successfully, but these errors were encountered:
This project pre-dates
async
andawait
being native language features. Now that they are, it would be welcome if the API supported promises as an alternative to callbacks.A more radical change would be to replace the callback API with a promise API and drop the callback support.
The text was updated successfully, but these errors were encountered: