Preparing search index...
The search index is not available
@bryce-loskie/utils
@bryce-loskie/utils
index
RetryOptions
Interface RetryOptions
Hierarchy
RetryOptions
Index
Properties
on
Fail?
times?
Properties
Optional
Readonly
on
Fail
on
Fail
?:
(
(
error
:
Error
)
=>
void
|
Promise
<
void
>
)
Type declaration
(
error
:
Error
)
:
void
|
Promise
<
void
>
fn to called when retry
Parameters
error:
Error
Returns
void
|
Promise
<
void
>
Optional
Readonly
times
times
?:
number
max retry times
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@bryce-
loskie/utils
dom
index
Retry
Options
on
Fail?
times?
Generated using
TypeDoc
fn to called when retry