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
See promises-aplus/promises-spec#246. In short, if it is possible to call resolve multiple times, the first resolve should win — even if it's a pending thenable (non-trusted promise), and subsequent calls are made with immediately-available synchronous values. Potential currently fails this.
The text was updated successfully, but these errors were encountered:
See promises-aplus/promises-spec#246. In short, if it is possible to call
resolve
multiple times, the firstresolve
should win — even if it's a pending thenable (non-trusted promise), and subsequent calls are made with immediately-available synchronous values. Potential currently fails this.The text was updated successfully, but these errors were encountered: