The StyleSheetList interface represents a list of CSSStyleSheet objects.
StyleSheetList
MDN Reference
The length read-only property of the StyleSheetList interface returns the number of CSSStyleSheet objects in the collection.
length
The item() method of the StyleSheetList interface returns a single CSSStyleSheet object.
item()