mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWeb/HTML: Implement HTMLMediaElement.addTextTrack
Removes some noise from the console when browsing bbc.co.uk :^)
This commit is contained in:
parent
ff08c2f735
commit
793248aec9
Notes:
github-actions[bot]
2024-07-26 07:31:07 +00:00
Author: https://github.com/jamierocks
Commit: 793248aec9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/836
5 changed files with 61 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
track.kind: subtitles
|
||||
track.label: demo label
|
||||
track.language: en-GB
|
||||
track.mode: hidden
|
||||
addtrack event called
|
Loading…
Add table
Add a link
Reference in a new issue