Safe Haskell | None |
---|---|
Language | Haskell98 |
Reflex.Dom.WebSocket
Documentation
data WebSocketConfig t Source
Constructors
WebSocketConfig | |
Fields
|
Instances
Reflex t => Default (WebSocketConfig t) Source |
Constructors
WebSocket | |
Fields
|
webSocket :: forall t m. (HasWebView m, MonadWidget t m) => String -> WebSocketConfig t -> m (WebSocket t) Source
webSocketConfig_send :: forall t. Iso' (WebSocketConfig t) (Event t [ByteString]) Source