summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
blob: 15dc0d41f6386fcd3c4dd9d30db74d4d70b784d7 (plain)
1
2
3
4
5
[Exposed=Window]
interface StyleSheetList {
    getter CSSStyleSheet? item(unsigned long index);
    readonly attribute unsigned long length;
};