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

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.FileList

Documentation

fileListItem :: IsFileList self => self -> Word -> IO (Maybe File) Source