| Interface | Description |
|---|---|
| IThenable<T> |
Base contract of IThenable promise provided for compatibility with non-official Promise
implementations.
|
| IThenable.ThenOnFulfilledCallbackFn<T,V> | |
| IThenable.ThenOnRejectedCallbackFn<V> | |
| Promise.CatchOnRejectedCallbackFn<V> | |
| Promise.PromiseExecutorCallbackFn<T> | |
| Promise.PromiseExecutorCallbackFn.RejectCallbackFn | |
| Promise.PromiseExecutorCallbackFn.ResolveCallbackFn<T> | |
| Promise.PromiseExecutorCallbackFn.ResolveCallbackFn.ResolveUnionType<T> | |
| Promise.ResolveValueUnionType<V> |
| Class | Description |
|---|---|
| Promise<T> |
The Promise object is used for asynchronous computations.
|