Safe Haskell | None |
---|---|
Language | GHC2021 |
Halogen.IO.Util
Synopsis
- awaitLoad :: (MonadDOM m, MonadIO m) => m ()
- awaitBody :: (MonadDOM m, MonadIO m) => m HTMLElement
- selectElement :: MonadDOM m => QuerySelector -> m (Maybe HTMLElement)
Documentation
awaitBody :: (MonadDOM m, MonadIO m) => m HTMLElement Source #
Waits for the document to load and then finds the body
element.
selectElement :: MonadDOM m => QuerySelector -> m (Maybe HTMLElement) Source #
Tries to find an element in the document.