1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

LibWeb: Add MediaList wrapper

Most of the pieces were already there, I'd just forgotten to actually
wire them up.
This commit is contained in:
Sam Atkins 2022-04-22 14:10:59 +01:00 committed by Andreas Kling
parent b8c0ebccfd
commit bc4c185aef
6 changed files with 27 additions and 6 deletions

View file

@ -1,3 +1,4 @@
[Exposed=Window]
interface MediaList {
[LegacyNullToEmptyString] stringifier attribute CSSOMString mediaText;
readonly attribute unsigned long length;