Preparing search index...
The search index is not available
blaze-sdk
blaze-sdk
withTimeout
Function withTimeout
with
Timeout
<
T
>
(
promise
,
timeoutMs
?
)
:
Promise
<
T
>
Wrap a promise with a timeout that rejects if exceeded.
Type Parameters
T
Parameters
promise
:
Promise
<
T
>
Optional
timeoutMs
:
number
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
blaze-sdk
Loading...
Wrap a promise with a timeout that rejects if exceeded.