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
@bwoebi We could trigger a warning in case a promise is destructed without a single handler being called. Every promise should at least have a rethrow handler somewhere.
https://github.com/cujojs/when/blob/master/docs/api.md#edge-cases
Maybe we want to introduce something similar when assertions are enabled logging warnings.
The text was updated successfully, but these errors were encountered: