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
I'm ok with supporting both callbacks and promises (where a Promise is returned if a callback is not given), but using promises has the benefit of working with async/await in Babel or the future.
The text was updated successfully, but these errors were encountered:
I'm ok with supporting both callbacks and promises (where a
Promise
is returned if a callback is not given), but using promises has the benefit of working withasync
/await
in Babel or the future.The text was updated successfully, but these errors were encountered: