LibWeb/HTML: Implement HTMLMediaElement.addTextTrack

Removes some noise from the console when browsing bbc.co.uk :^)
This commit is contained in:
Jamie Mansfield 2024-07-25 20:23:15 +01:00 committed by Andreas Kling
commit 793248aec9
Notes: github-actions[bot] 2024-07-26 07:31:07 +00:00
5 changed files with 61 additions and 1 deletions

View file

@ -0,0 +1,5 @@
track.kind: subtitles
track.label: demo label
track.language: en-GB
track.mode: hidden
addtrack event called