* Trigger the onTick function to process the fastTimers array. * Exported for testing purposes only. * Marking as deprecated to discourage any use outside of testing. * @deprecated * @param {number} [delay=0] The delay in milliseconds to add to the now value.
(delay = 0)
| 2623 | return fastNow; |
| 2624 | }, |
| 2625 | /** |
| 2626 | * Trigger the onTick function to process the fastTimers array. |
| 2627 | * Exported for testing purposes only. |
| 2628 | * Marking as deprecated to discourage any use outside of testing. |
| 2629 | * @deprecated |
| 2630 | * @param {number} [delay=0] The delay in milliseconds to add to the now value. |
| 2631 | */ |
| 2632 | tick(delay = 0) { |