Convenience utility method for creating and resolving a promise.
Creates a special error object which is used to signal aborted requests in promise chains.
A utility for ensuring an input function is not simultaneously invoked more than once at a time.
Convenience utility method to wait for a number of promises to either resolve or reject.
A convenience utility method for filtering an array of values using an asynchronous predicate function.
Check if the provided error object is the special kind of error with which promises are rejected when they are aborted.
Convenience utility method to create a promise that has been rejected with a provided error value.
Convenience utility method to create a promise that will be resolved with a provided value.
Generated using TypeDoc
Various utilities and convenience functions for working with promises.
Read more...