()
| 110 | } |
| 111 | } |
| 112 | private _updateTimeDisplay() { |
| 113 | this._timeDisplay.innerText = formatTime(this._currentTime) + ' / ' + formatTime(this._duration) |
| 114 | } |
| 115 | private _updateProgress() { |
| 116 | this._progressBar.progress = this.currentTime / this.duration |
| 117 | } |
no test coverage detected