impl apis: play, pause, goto

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent f3e96622de
commit fa185e9a87
3 changed files with 44 additions and 14 deletions

3
typings/index.d.ts vendored
View File

@@ -29,4 +29,7 @@ export default class rrwebPlayer {
toggle: () => void;
setSpeed: (speed: number) => void;
toggleSkipInactive: () => void;
play: () => void;
pause: () => void;
goto: (timeOffset: number) => void;
}