package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method readyState : readyState Js.readonly_prop
method bufferedAmount : int Js.readonly_prop
method onopen : ('self Js.t, 'self Dom.event Js.t) Dom.event_listener Js.writeonly_prop
method onclose : ('self Js.t, 'self closeEvent Js.t) Dom.event_listener Js.writeonly_prop
method onerror : ('self Js.t, 'self Dom.event Js.t) Dom.event_listener Js.writeonly_prop
method extensions : Js.js_string Js.t Js.readonly_prop
method close : unit Js.meth
method close_withCode : int -> unit Js.meth
method close_withCodeAndReason : int -> Js.js_string Js.t -> unit Js.meth
method onmessage : ('self Js.t, 'self messageEvent Js.t) Dom.event_listener Js.writeonly_prop
method binaryType : Js.js_string Js.t Js.prop
method send : Js.js_string Js.t -> unit Js.meth
method send_buffer : Typed_array.arrayBuffer Js.t -> unit Js.meth
method send_blob : File.blob Js.t -> unit Js.meth