Class type Js_of_ocaml__WebSockets.webSocket
inherit Js_of_ocaml.Dom_html.eventTarget
method url : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod readyState : readyState Js_of_ocaml.Js.readonly_propmethod bufferedAmount : int Js_of_ocaml.Js.readonly_propmethod onopen : ('self Js_of_ocaml.Js.t, 'self Js_of_ocaml.Dom.event Js_of_ocaml.Js.t) Js_of_ocaml.Dom.event_listener Js_of_ocaml.Js.writeonly_propmethod onclose : ('self Js_of_ocaml.Js.t, 'self closeEvent Js_of_ocaml.Js.t) Js_of_ocaml.Dom.event_listener Js_of_ocaml.Js.writeonly_propmethod onerror : ('self Js_of_ocaml.Js.t, 'self Js_of_ocaml.Dom.event Js_of_ocaml.Js.t) Js_of_ocaml.Dom.event_listener Js_of_ocaml.Js.writeonly_propmethod extensions : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod protocol : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod close : unit Js_of_ocaml.Js.methmethod close_withCode : int -> unit Js_of_ocaml.Js.methmethod close_withCodeAndReason : int -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod onmessage : ('self Js_of_ocaml.Js.t, 'self messageEvent Js_of_ocaml.Js.t) Js_of_ocaml.Dom.event_listener Js_of_ocaml.Js.writeonly_propmethod binaryType : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod send : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod send_buffer : Js_of_ocaml.Typed_array.arrayBuffer Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod send_blob : Js_of_ocaml.File.blob Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.meth