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