mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
LibWeb: Implement VideoTrack and VideoTrackList
This implements the IDL for these types and some event handling around them.
This commit is contained in:
parent
9f8da9798a
commit
3f1badf9b2
10 changed files with 367 additions and 1 deletions
|
@ -355,6 +355,8 @@ class Storage;
|
|||
class SubmitEvent;
|
||||
class TextMetrics;
|
||||
class Timer;
|
||||
class VideoTrack;
|
||||
class VideoTrackList;
|
||||
class Window;
|
||||
class WindowEnvironmentSettingsObject;
|
||||
class WindowProxy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue