package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method _open : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t -> unit Js.meth
method abort : unit Js.meth
method getAllResponseHeaders : Js.js_string Js.t Js.meth
method getResponseHeader : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method onabort : (< _open : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t -> unit Js.meth ; _open_full : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t -> Js.js_string Js.t Js.opt -> Js.js_string Js.t Js.opt -> unit Js.meth ; abort : unit Js.meth ; getAllResponseHeaders : Js.js_string Js.t Js.meth ; getResponseHeader : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth ; onabort : ('a Js.t, 'a File.progressEvent Js.t) Dom.event_listener Js.writeonly_prop ; onerror : ('a Js.t, 'a File.progressEvent Js.t) Dom.event_listener Js.writeonly_prop ; onload : ('a Js.t, 'a File.progressEvent Js.t) Dom.event_listener Js.writeonly_prop ; onloadend : ('a Js.t, 'a File.progressEvent Js.t) Dom.event_listener Js.writeonly_prop ; onloadstart : ('a Js.t, 'a File.progressEvent Js.t) Dom.event_listener Js.writeonly_prop ; onprogress : ('a Js.t, 'a File.progressEvent Js.t) Dom.event_listener Js.writeonly_prop ; onreadystatechange : (unit -> unit) Js.callback Js.writeonly_prop ; ontimeout : ('a Js.t, 'a File.progressEvent Js.t) Dom.event_listener Js.writeonly_prop ; overrideMimeType : Js.js_string Js.t -> unit Js.meth ; readyState : readyState Js.readonly_prop ; response : File.file_any Js.readonly_prop ; responseText : Js.js_string Js.t Js.readonly_prop ; responseType : Js.js_string Js.t Js.prop ; responseXML : Dom.element Dom.document Js.t Js.opt Js.readonly_prop ; send : Js.js_string Js.t Js.opt -> unit Js.meth ; send_blob : 'b. File.blob as 'c Js.t -> unit Js.meth ; send_document : Dom.element Dom.document Js.t -> unit Js.meth ; send_formData : Form.formData Js.t -> unit Js.meth ; setRequestHeader : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth ; status : int Js.readonly_prop ; statusText : Js.js_string Js.t Js.readonly_prop ; upload : xmlHttpRequestUpload Js.t Js.optdef Js.readonly_prop ; withCredentials : bool Js.t Js.writeonly_prop.. > as 'a Js.t, 'a File.progressEvent Js.t) Dom.event_listener Js.writeonly_prop
method onreadystatechange : (unit -> unit) Js.callback Js.writeonly_prop
method overrideMimeType : Js.js_string Js.t -> unit Js.meth
method readyState : readyState Js.readonly_prop
method responseText : Js.js_string Js.t Js.readonly_prop
method responseType : Js.js_string Js.t Js.prop
method send : Js.js_string Js.t Js.opt -> unit Js.meth
method send_blob : 'd. 'c Js.t -> unit Js.meth
method send_document : Dom.element Dom.document Js.t -> unit Js.meth
method send_formData : Form.formData Js.t -> unit Js.meth
method setRequestHeader : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method status : int Js.readonly_prop
method statusText : Js.js_string Js.t Js.readonly_prop
method upload : xmlHttpRequestUpload Js.t Js.optdef Js.readonly_prop
method withCredentials : bool Js.t Js.writeonly_prop