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)
4 lines
142 B
Plaintext
4 lines
142 B
Plaintext
// https://w3c.github.io/media-source/#dom-mediasourcehandle
|
|
[Transferable, Exposed=(Window,DedicatedWorker)]
|
|
interface MediaSourceHandle {};
|