mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +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:
parent
b8c0ebccfd
commit
bc4c185aef
6 changed files with 27 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
[Exposed=Window]
|
||||
interface MediaList {
|
||||
[LegacyNullToEmptyString] stringifier attribute CSSOMString mediaText;
|
||||
readonly attribute unsigned long length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue