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
This is part of #53526 and points out files in which we call new WinJS.Promise. In addition to join, as, wrap, and wrapError that's how winjs promises end up in our system and we wanna get rid of them.
Please migrate to instantiating native promises with taking all care that's needed for this adoption.