Preparing search index...
The search index is not available
react-declarative - v2.6.90
react-declarative
promiseState
Function promiseState
Determines the state of a given promise.
promise
State
<
T
>
(
promise
)
:
"sync"
|
"async"
Type Parameters
T
=
any
Parameters
promise
:
T
|
Promise
<
T
>
The promise to check the state of.
Returns
"sync"
|
"async"
The state of the promise, which can be either 'sync' or 'async'.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-declarative - v2.6.90
Loading...
Determines the state of a given promise.