Js_of_ocaml.WebSocketsWebSocket binding
class type 'a closeEvent = object ... endclass type 'a messageEvent = object ... endclass type webSocket = object ... endval webSocket : ( Js.js_string Js.t -> webSocket Js.t ) Js.constrval webSocket_withProtocol :
( Js.js_string Js.t -> Js.js_string Js.t -> webSocket Js.t ) Js.constrval webSocket_withProtocols :
( Js.js_string Js.t ->
Js.js_string Js.t Js.js_array Js.t ->
webSocket Js.t )
Js.constr