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
JQuery 2, the version used at the moment, doesn't follow promise specification.
While newer version should follow it, it is just better to switch to the native version.
We should check, if possible, if we should add some methods like done to promise to easier the transition.
The text was updated successfully, but these errors were encountered:
JQuery 2, the version used at the moment, doesn't follow promise specification.
While newer version should follow it, it is just better to switch to the native version.
We should check, if possible, if we should add some methods like
done
topromise
to easier the transition.The text was updated successfully, but these errors were encountered: