@rishabhbothra/imagery
Preparing search index...
withRetry
Function withRetry
withRetry
<
T
>
(
operation
:
(
signal
:
AbortSignal
)
=>
Promise
<
T
>
,
options
:
RetryOptions
,
)
:
Promise
<
{
retryCount
:
number
;
value
:
T
}
>
Type Parameters
T
Parameters
operation
:
(
signal
:
AbortSignal
)
=>
Promise
<
T
>
options
:
RetryOptions
Returns
Promise
<
{
retryCount
:
number
;
value
:
T
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@rishabhbothra/imagery
Loading...