mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
LibWeb: Port MediaList interface from DeprecatedString to String
This commit is contained in:
parent
72f54eca26
commit
ff45874d4e
4 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface MediaList {
|
||||
[LegacyNullToEmptyString] stringifier attribute CSSOMString mediaText;
|
||||
readonly attribute unsigned long length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue