mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibWeb: Add MediaSourceExtensions events
Continuing the boilerplate for these interfaces.
This commit is contained in:
parent
ff791a63fc
commit
66530086a4
Notes:
github-actions[bot]
2024-11-18 10:59:22 +00:00
Author: https://github.com/shannonbooth
Commit: 66530086a4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2415
Reviewed-by: https://github.com/Lubrsi ✅
19 changed files with 280 additions and 13 deletions
|
@ -23,11 +23,11 @@ interface SourceBuffer : EventTarget {
|
|||
[FIXME] attribute double appendWindowStart;
|
||||
[FIXME] attribute unrestricted double appendWindowEnd;
|
||||
|
||||
[FIXME] attribute EventHandler onupdatestart;
|
||||
[FIXME] attribute EventHandler onupdate;
|
||||
[FIXME] attribute EventHandler onupdateend;
|
||||
[FIXME] attribute EventHandler onerror;
|
||||
[FIXME] attribute EventHandler onabort;
|
||||
attribute EventHandler onupdatestart;
|
||||
attribute EventHandler onupdate;
|
||||
attribute EventHandler onupdateend;
|
||||
attribute EventHandler onerror;
|
||||
attribute EventHandler onabort;
|
||||
|
||||
[FIXME] undefined appendBuffer(BufferSource data);
|
||||
[FIXME] undefined abort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue