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
JavaScript's native promises do not handle errors very well/at all. This results in many silent failures. This is particularly bothersome during testing. It is recommended that developers use Bluebird for creating promises as Bluebird has better error handling. Not a full solution, but better than nothing
The text was updated successfully, but these errors were encountered:
JavaScript's native promises do not handle errors very well/at all. This results in many silent failures. This is particularly bothersome during testing. It is recommended that developers use Bluebird for creating promises as Bluebird has better error handling. Not a full solution, but better than nothing
The text was updated successfully, but these errors were encountered: