LibWeb: Add MediaSourceExtensions events

Continuing the boilerplate for these interfaces.
This commit is contained in:
Shannon Booth 2024-11-18 12:13:48 +13:00 committed by Luke Wilde
commit 66530086a4
Notes: github-actions[bot] 2024-11-18 10:59:22 +00:00
19 changed files with 280 additions and 13 deletions

View file

@ -27,9 +27,9 @@ interface MediaSource : EventTarget {
[FIXME] readonly attribute ReadyState readyState;
[FIXME] attribute unrestricted double duration;
[FIXME] attribute EventHandler onsourceopen;
[FIXME] attribute EventHandler onsourceended;
[FIXME] attribute EventHandler onsourceclose;
attribute EventHandler onsourceopen;
attribute EventHandler onsourceended;
attribute EventHandler onsourceclose;
static readonly attribute boolean canConstructInDedicatedWorker;