-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/allSettled(), any(), race() (#25)
* Moved PromiseState out of internal and into the public namespace * Added tests for non-promises in promises.all * added promises.allSettled support * Added some describes * Tests for empty array and non-array in all and allSettled, also added .any * Added promises.race * Error messaging casing * Updated error handling on race and any to better match the JS promises and added better function descriptions * Updated doc blocks
- Loading branch information
Showing
2 changed files
with
895 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.