Module

Flame.External.Source

Package
purescript-flame
Repository
easafe/purescript-flame

#createEventSource Source

createEventSource :: forall message. ToEventSource_ message -> ToEventSource message

#createRawEventSource Source

createRawEventSource :: forall constructor. ToRawEventSource_ constructor -> ToRawEventSource constructor

#createSpecialEventSource Source

createSpecialEventSource :: forall parameter constructor. ToSpecialEventSource_ constructor parameter -> ToSpecialEventSource constructor parameter

#send Source

send :: forall message. Array (Channel message -> Effect Unit) -> Channel message -> Effect Unit