Skip to content

WaitUntilOptions

Settings for how long and how often to retry.

optional initialInterval: number

Initial wait interval in milliseconds before retrying.

50

optional maxInterval: number

Maximum wait interval in milliseconds between retries.

30000

optional signal: AbortSignal

Optional signal; if aborted, waiting stops and an AbortError is thrown.


optional timeout: number

Overall timeout in milliseconds. If reached, an AbortError is thrown.