Module

Pha.App.Internal

Package
purescript-pha
Repository
gbagan/purescript-pha

#getAction Source

getAction :: forall msg. EventTarget -> String -> Effect (EventHandler msg)

#patchSubs Source

patchSubs :: forall msg. Array (Subscription msg) -> Array (Subscription msg) -> (msg -> Effect Unit) -> Effect (Array (Subscription msg))

#unsafePatch Source

unsafePatch :: forall msg. Node -> Node -> Html msg -> Html msg -> (Event -> Effect Unit) -> Effect Node

#copyVNode Source

copyVNode :: forall msg. Html msg -> Html msg