StyleSheetList.idl 145 B

12345
  1. [Exposed=Window]
  2. interface StyleSheetList {
  3. getter CSSStyleSheet? item(unsigned long index);
  4. readonly attribute unsigned long length;
  5. };