Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 629 Bytes

File metadata and controls

33 lines (21 loc) · 629 Bytes

Module Data.DOM.Simple.Unsafe.Document

unsafeTitle

unsafeTitle :: forall eff a. a -> Eff (dom :: DOM | eff) String

unsafeSetTitle

unsafeSetTitle :: forall eff a. String -> a -> Eff (dom :: DOM | eff) Unit

unsafeBody

unsafeBody :: forall eff a. a -> Eff (dom :: DOM | eff) HTMLElement

unsafeSetBody

unsafeSetBody :: forall eff a. HTMLElement -> a -> Eff (dom :: DOM | eff) Unit

unsafeCreateElement

unsafeCreateElement :: forall eff a. String -> a -> Eff (dom :: DOM | eff) HTMLElement