ghcjs-dom-0.1.1.2: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLCollection

Documentation

htmlCollectionNamedItem :: (IsHTMLCollection self, ToJSString name) => self -> name -> IO (Maybe Node) Source