core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
WaitForDeployedAssetsParams
Interface WaitForDeployedAssetsParams
interface
WaitForDeployedAssetsParams
{
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
;
pollIntervalMs
?:
number
;
retry
?:
{
delayMs
?:
number
;
maxAttempts
?:
number
}
;
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
;
stableWindowMs
?:
number
;
timeoutMs
:
number
;
}
Hierarchy (
View Summary
)
VerifyDeployedAssetsParams
WaitForDeployedAssetsParams
Index
Properties
checks
concurrency
Limit?
fetch
Implementation?
fetch
Timeout
Ms?
now
Implementation?
poll
Interval
Ms?
retry?
sleep
Implementation?
stable
Window
Ms?
timeout
Ms
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
poll
Interval
Ms
pollIntervalMs
?:
number
Optional
retry
retry
?:
{
delayMs
?:
number
;
maxAttempts
?:
number
}
Optional
sleep
Implementation
sleepImplementation
?:
(
params
:
{
durationMs
:
number
}
)
=>
Promise
<
void
>
Optional
stable
Window
Ms
stableWindowMs
?:
number
timeout
Ms
timeoutMs
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checks
concurrency
Limit
fetch
Implementation
fetch
Timeout
Ms
now
Implementation
poll
Interval
Ms
retry
sleep
Implementation
stable
Window
Ms
timeout
Ms
core-utils
Loading...
MDN Reference