Add caching progress in seek slider bar (#1376)

This commit is contained in:
Alex
2026-01-19 05:34:39 +11:00
committed by Gauvain
parent 0a58514964
commit 976af60185
6 changed files with 42 additions and 15 deletions

View File

@@ -15,6 +15,8 @@ export type OnProgressEventPayload = {
position: number;
duration: number;
progress: number;
/** Seconds of video buffered ahead of current position */
cacheSeconds: number;
};
export type OnErrorEventPayload = {