Optional
When .run() is called to run the task outside of the current interval, debounce repeated calls to .run() by this amount.
.run()
100 Copy
100
Whether to schedule the task to run immediately
false Copy
false
How long the task is allowed to run before the passed AbortSignal fires an abort event
When
.run()
is called to run the task outside of the current interval, debounce repeated calls to.run()
by this amount.