mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
LibWeb: Make StyleSheetList.item an IDL getter
This commit is contained in:
parent
398435277b
commit
881e9d1341
4 changed files with 16 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[Exposed=Window]
|
||||
interface StyleSheetList {
|
||||
// FIXME: item() should be a WebIDL "getter"
|
||||
CSSStyleSheet? item(unsigned long index);
|
||||
getter CSSStyleSheet? item(unsigned long index);
|
||||
readonly attribute unsigned long length;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue