()
| 3644 | this.clear(); |
| 3645 | } |
| 3646 | clear() { |
| 3647 | this._idleCallback && (this._cancelCallback(this._idleCallback), this._idleCallback = void 0), this._i = 0, this._tasks.length = 0; |
| 3648 | } |
| 3649 | _start() { |
| 3650 | this._idleCallback || (this._idleCallback = this._requestCallback(this._process.bind(this))); |
| 3651 | } |
no test coverage detected