mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb/HTML: Implement HTMLMediaElement.addTextTrack
Removes some noise from the console when browsing bbc.co.uk :^)
This commit is contained in:
committed by
Andreas Kling
parent
ff08c2f735
commit
793248aec9
Notes:
github-actions[bot]
2024-07-26 07:31:07 +00:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/793248aec97 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/836
@@ -0,0 +1,5 @@
|
||||
track.kind: subtitles
|
||||
track.label: demo label
|
||||
track.language: en-GB
|
||||
track.mode: hidden
|
||||
addtrack event called
|
||||
Reference in New Issue
Block a user