Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Promise reference: Promise.resolve description (#28096)
Promise.resolve() doesn't always return a new Promise. For example, Promise.resolve(alreadyAPromise) will return alreadyAPromise.
- Loading branch information