mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
#import <CSS/CSSStyleSheet.idl>
|
|
|
|
[Exposed=Window]
|
|
interface StyleSheetList {
|
|
getter CSSStyleSheet? item(unsigned long index);
|
|
readonly attribute unsigned long length;
|
|
};
|