Module

Web.DOM.StyleSheetList

#length

length :: StyleSheetList -> Effect Int

The number of items in a StyleSheetList.

#item

item :: Int -> StyleSheetList -> Effect (Maybe CSSStyleSheet)

The item in a StyleSheetList at the specified index, or Nothing if no such node exists.

#toArray

toArray :: StyleSheetList -> Effect (Array CSSStyleSheet)

The elements of a NodeList represented in an array.

Re-exports from Web.CSSOM.Internal.Types

#StyleSheetList

#CSSStyleSheet

Modules