Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 445 Bytes

File metadata and controls

21 lines (13 loc) · 445 Bytes

Module Data.DOM.Simple.Unsafe.NodeList

unsafeNodeListLength

unsafeNodeListLength :: forall eff. NodeList -> Eff (dom :: DOM | eff) Int

unsafeNodeListItem

unsafeNodeListItem :: forall eff. Int -> NodeList -> Eff (dom :: DOM | eff) HTMLElement

unsafeNodeListToArray

unsafeNodeListToArray :: forall eff. NodeList -> Eff (dom :: DOM | eff) (Array HTMLElement)