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
The then method of the Promise util returns a new Promise with the same type as the original Promise public then(onFulfilled:any, onRejected?:any):Promise<T>
However, the returned Promise should have the type of the value returned from the onFulfilled handler.
The text was updated successfully, but these errors were encountered:
The then method of the Promise util returns a new Promise with the same type as the original Promise
public then(onFulfilled:any, onRejected?:any):Promise<T>
However, the returned Promise should have the type of the value returned from the onFulfilled handler.
The text was updated successfully, but these errors were encountered: