Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCS3/xterm-player
/ playbackRate
Method
playbackRate
src/Player.ts:159–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
public get playbackRate(): number {
return
this._timer.timescale }
160
public set playbackRate(rate: number) {
161
this._timer.timescale = rate
162
this._onPlaybackRateChanged.fire(this._timer.timescale)
Callers
nothing calls this directly
Calls
1
fire
Method · 0.65
Tested by
no test coverage detected