Module

Concur.Core.DevTools

#DevToolsConnection

#disconnectDevTools

#sendToDevTools

sendToDevTools :: forall action state. DevToolsConnection -> action -> state -> Effect Unit

#DevToolsSubscription

#subscribeDevTools

#unsubscribe

#awaitState

awaitState :: forall a. StateSubscription a -> Aff a

#sendState

sendState :: forall a. StateSubscription a -> String -> a -> Effect Unit

#withStateful

withStateful :: forall m a. MonadAff m => Alt m => StateSubscription a -> String -> m a -> m a

Modules