Class type 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_prop
method readyState : readyState Js_of_ocaml__Js.readonly_prop
method bufferedAmount : int Js_of_ocaml__Js.readonly_prop
method 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_prop
method 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_prop
method 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_prop
method extensions : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.readonly_prop
method protocol : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.readonly_prop
method close : unit Js_of_ocaml__Js.meth
method close_withCode : int -> unit Js_of_ocaml__Js.meth
method close_withCodeAndReason : int -> Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth
method 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_prop
method binaryType : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.prop
method send : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth
method send_buffer : Js_of_ocaml__Typed_array.arrayBuffer Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth
method send_blob : Js_of_ocaml__File.blob Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth