(position, suppressEvents)
| 1353 | } |
| 1354 | |
| 1355 | seek(position, suppressEvents) { |
| 1356 | return this.totalTime(_parsePosition(this, position), _isNotFalse(suppressEvents)); |
| 1357 | } |
| 1358 | |
| 1359 | restart(includeDelay, suppressEvents) { |
| 1360 | this.play().totalTime(includeDelay ? -this._delay : 0, _isNotFalse(suppressEvents)); |
no test coverage detected