appendTo :: forall m eff. (MonadEff (dom :: DOM | eff) m) => String -> HTMLElement -> m UnitA utility for appending an HTMLElement to the element selected using querySelector
element (synchronously).
appendToBody :: forall m eff. (MonadEff (dom :: DOM | eff) m) => HTMLElement -> m UnitA utility for appending an HTMLElement to the current document's body
element once the document has loaded.
onLoad :: forall m eff. (MonadEff (dom :: DOM | eff) m) => Eff (dom :: DOM | eff) Unit -> m UnitOn load, discard the onLoad event and call a synchronous action.