1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 07:24:58 +00:00
serenity/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
2021-09-29 14:57:59 +01:00

5 lines
145 B
Text

[Exposed=Window]
interface StyleSheetList {
getter CSSStyleSheet? item(unsigned long index);
readonly attribute unsigned long length;
};