package js_of_ocaml-lwt

  1. Overview
  2. Docs
method onreadystatechange : (unit -> unit) Js.callback Js.writeonly_prop
method readyState : readyState Js.readonly_prop
method _open : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t -> unit Js.meth
method setRequestHeader : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method overrideMimeType : Js.js_string Js.t -> unit Js.meth
method send : Js.js_string Js.t Js.opt -> unit Js.meth
method send_blob : File.blob 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 abort : unit Js.meth
method status : int Js.readonly_prop
method statusText : Js.js_string Js.t Js.readonly_prop
method getResponseHeader : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAllResponseHeaders : Js.js_string Js.t Js.meth
method responseText : Js.js_string Js.t Js.readonly_prop
method responseType : Js.js_string Js.t Js.prop
method withCredentials : bool Js.t Js.writeonly_prop
method upload : xmlHttpRequestUpload Js.t Js.optdef Js.readonly_prop