valderman / haste-compiler

A GHC-based Haskell to JavaScript compiler
http://haste-lang.org
BSD 3-Clause "New" or "Revised" License
1.45k stars 115 forks source link

Haste.WebSocket with subprotocol #405

Open kkazuo opened 7 years ago

kkazuo commented 7 years ago

I'd like to use a subprotocol with Haste.WebSocket.withWebSocket function.

in JS

new WebSocket("ws://192.168.99.100:8080/ws", ["wamp.2.json"])