interface DelayOptions
Options for delay.
Properties
optional
signal: AbortSignalSignal used to abort the delay.
optional
persistent: boolean = trueIndicates whether the process should continue to run as long as the timer exists.
Utilities for asynchronous operations, like delays, debouncing, or pooling
Options for delay.
signal: AbortSignalSignal used to abort the delay.
persistent: boolean = trueIndicates whether the process should continue to run as long as the timer exists.