mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02:00
Just the boilerplate :^) (cherry picked from commit 35043702813117d22e841e1b1d887d1726d4ed2d; amended to fix conflict in idl_files.gni due to ladybird being worse than serenity at having that file sorted alphabetically)
9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
#import <DOM/EventHandler.idl>
|
|
#import <MediaSourceExtensions/SourceBuffer.idl>
|
|
|
|
// https://w3c.github.io/media-source/#managedsourcebuffer-interface
|
|
[Exposed=(Window,DedicatedWorker)]
|
|
interface ManagedSourceBuffer : SourceBuffer {
|
|
[FIXME] attribute EventHandler onbufferedchange;
|
|
};
|