* The `clear` method cancels the timer, preventing it from executing. * * @returns {void} * @private
()
| 2551 | } |
| 2552 | this._state = PENDING; |
| 2553 | } |
| 2554 | /** |
| 2555 | * The `clear` method cancels the timer, preventing it from executing. |
| 2556 | * |
| 2557 | * @returns {void} |
| 2558 | * @private |
| 2559 | */ |
no test coverage detected