core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
VerifyDeployedAssetsParams
Interface VerifyDeployedAssetsParams
interface
VerifyDeployedAssetsParams
{
checks
:
readonly
DeployedAssetCheck
[]
;
concurrencyLimit
?:
number
;
fetchImplementation
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
fetchTimeoutMs
?:
number
;
nowImplementation
?:
()
=>
number
;
retry
?:
{
delayMs
?:
number
;
maxAttempts
?:
number
}
;
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
VerifyDeployedAssetsParams
WaitForDeployedAssetsParams
Index
Properties
checks
concurrency
Limit?
fetch
Implementation?
fetch
Timeout
Ms?
now
Implementation?
retry?
sleep
Implementation?
Properties
checks
checks
:
readonly
DeployedAssetCheck
[]
Optional
concurrency
Limit
concurrencyLimit
?:
number
Optional
fetch
Implementation
fetchImplementation
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
fetch
Timeout
Ms
fetchTimeoutMs
?:
number
Optional
now
Implementation
nowImplementation
?:
()
=>
number
Optional
retry
retry
?:
{
delayMs
?:
number
;
maxAttempts
?:
number
}
Optional
sleep
Implementation
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checks
concurrency
Limit
fetch
Implementation
fetch
Timeout
Ms
now
Implementation
retry
sleep
Implementation
core-utils
Loading...
MDN Reference