StyleSheetList
Category: browser, cssom
See: https://developer.mozilla.org/en-US/docs/Web/API/StyleSheetList
new StyleSheetList()
An array-like list of stylesheets.
styleSheetList.length : number
The number of stylesheets
Read only
styleSheetList.item(index)
Return the stylesheet at the specified index
Param | Type |
---|---|
index | number |