mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
8f110e0fb1
No interfaces require wrappers anymore, so we can just make this the default mode.
7 lines
178 B
Text
7 lines
178 B
Text
#import <CSS/CSSStyleSheet.idl>
|
|
|
|
[Exposed=Window]
|
|
interface StyleSheetList {
|
|
getter CSSStyleSheet? item(unsigned long index);
|
|
readonly attribute unsigned long length;
|
|
};
|