Module Js_of_ocaml__.WebSockets
class type 'a closeEvent = object ... endclass type 'a messageEvent = object ... endclass type webSocket = object ... endval webSocket : (Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> webSocket Js_of_ocaml.Js.t) Js_of_ocaml.Js.constrval webSocket_withProtocol : (Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> webSocket Js_of_ocaml.Js.t) Js_of_ocaml.Js.constrval webSocket_withProtocols : (Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t -> webSocket Js_of_ocaml.Js.t) Js_of_ocaml.Js.constrval is_supported : unit -> bool