mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:27:34 +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
|
@ -68,6 +68,8 @@ libweb_js_bindings(Geometry/DOMPointReadOnly)
|
|||
libweb_js_bindings(Geometry/DOMRect)
|
||||
libweb_js_bindings(Geometry/DOMRectList)
|
||||
libweb_js_bindings(Geometry/DOMRectReadOnly)
|
||||
libweb_js_bindings(HTML/AudioTrack)
|
||||
libweb_js_bindings(HTML/AudioTrackList)
|
||||
libweb_js_bindings(HTML/CanvasGradient)
|
||||
libweb_js_bindings(HTML/CanvasPattern)
|
||||
libweb_js_bindings(HTML/CanvasRenderingContext2D)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue