WaitUntilOptions
Settings for how long and how often to retry.
Properties
Section titled “Properties”initialInterval?
Section titled “initialInterval?”
optional
initialInterval:number
Initial wait interval in milliseconds before retrying.
Default Value
Section titled “Default Value”50
maxInterval?
Section titled “maxInterval?”
optional
maxInterval:number
Maximum wait interval in milliseconds between retries.
Default Value
Section titled “Default Value”30000
signal?
Section titled “signal?”
optional
signal:AbortSignal
Optional signal; if aborted, waiting stops and an AbortError is thrown.
timeout?
Section titled “timeout?”
optional
timeout:number
Overall timeout in milliseconds. If reached, an AbortError is thrown.