mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:11:00 +00:00
LibWeb: Add imports to all IDL files that depend on others
This commit is contained in:
parent
eccdf4eb4b
commit
a59800b4a0
127 changed files with 303 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
interface MediaList {
|
||||
stringifier attribute [LegacyNullToEmptyString] CSSOMString mediaText;
|
||||
[LegacyNullToEmptyString] stringifier attribute CSSOMString mediaText;
|
||||
readonly attribute unsigned long length;
|
||||
getter CSSOMString? item(unsigned long index);
|
||||
undefined appendMedium(CSSOMString medium);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue