MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / _updateProgress

Method _updateProgress

src/ui/ControlBarView.ts:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 this._timeDisplay.innerText = formatTime(this._currentTime) + ' / ' + formatTime(this._duration)
114 }
115 private _updateProgress() {
116 this._progressBar.progress = this.currentTime / this.duration
117 }
118 private _updateVolume() {
119 if (this._player.muted) {
120 this._volume.innerHTML = Icons.VolumeMute

Callers 3

currentTimeMethod · 0.95
bundle.min.jsFile · 0.45
IFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected