Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTMLTrackElement class provided missing two properties as stated in MDN #8959

Open
oliver139 opened this issue Jan 15, 2025 · 1 comment · May be fixed by #8968
Open

HTMLTrackElement class provided missing two properties as stated in MDN #8959

oliver139 opened this issue Jan 15, 2025 · 1 comment · May be fixed by #8968
Labels
needs: triage This issue needs to be reviewed

Comments

@oliver139
Copy link

Description

As stated in MDN:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement

There should also be readyState and track accessible as well.
However, they are not in video.js/dist/types/tracks/html-track-element.d.ts currently

I think that we should either:

  1. Add back the properties

OR

  1. Avoid using the name HTMLTrackElement

Reduced test case

N/A

Steps to reproduce

Errors

No response

What version of Video.js are you using?

v8.21.0

Video.js plugins used.

No response

What browser(s) including version(s) does this occur with?

What OS(es) and version(s) does this occur with?

@oliver139 oliver139 added the needs: triage This issue needs to be reviewed label Jan 15, 2025
Copy link

welcome bot commented Jan 15, 2025

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@mister-ben mister-ben linked a pull request Jan 31, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: triage This issue needs to be reviewed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant