[v3.1.0] onProgress/onTimeUpdate type mismatched with HTMLVideoElement #1954
Answered
by
luwes
Prabin1025y
asked this question in
Q&A
-
Before the update the type of onProgress callback was: But after the onProgress call back is of HTMLVideoElementEvent type: I don't know if this is intended or not. Also type definitions are not explicit as in previous version. |
Beta Was this translation helpful? Give feedback.
Answered by
luwes
Jul 10, 2025
Replies: 1 comment
-
Thanks for the question, this is intentional. We intended the API to be closer to the native HTMLMediaElement API. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
luwes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the question, this is intentional. We intended the API to be closer to the native HTMLMediaElement API.
See #1843