Module

OutWatch.Helpers.Promise

Package
purescript-outwatch
Repository
OutWatch/purescript-outwatch

#Promise Source

data Promise :: Row Effect -> Type -> Type

#success Source

success :: forall a e. Promise e a -> a -> Eff e Unit

#foreach Source

foreach :: forall a e. Promise e a -> (a -> Eff e Unit) -> Eff e Unit

#empty Source

empty :: forall a e. Promise e a