Open Policy Agent TypeScript Packages
GitHub
Preparing search index...
@open-policy-agent/opa
lib
retry
Function retry
retry
(
fetchFn
:
()
=>
Promise
<
Response
>
,
options
:
{
config
:
RetryConfig
;
statusCodes
:
string
[]
}
,
)
:
Promise
<
Response
>
Parameters
fetchFn
:
()
=>
Promise
<
Response
>
options
:
{
config
:
RetryConfig
;
statusCodes
:
string
[]
}
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Open Policy Agent TypeScript Packages
Loading...