mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibWeb: Implement the AudioTrack and AudioTrackList interfaces
These are used to own and manage the playing of audio data.
This commit is contained in:
parent
a34e369252
commit
c89fd6dff0
12 changed files with 455 additions and 0 deletions
|
@ -290,6 +290,8 @@ class DOMRectReadOnly;
|
|||
}
|
||||
|
||||
namespace Web::HTML {
|
||||
class AudioTrack;
|
||||
class AudioTrackList;
|
||||
class BrowsingContext;
|
||||
class BrowsingContextGroup;
|
||||
class CanvasRenderingContext2D;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue