Class type XmlHttpRequest.xmlHttpRequest

method onreadystatechange : (unit -> unit) Js_of_ocaml__Js.callback Js_of_ocaml__Js.writeonly_prop
method readyState : readyState Js_of_ocaml__Js.readonly_prop
method _open : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> bool Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth
method _open_full : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> bool Js_of_ocaml__Js.t -> Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.opt -> Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.opt -> unit Js_of_ocaml__Js.meth
method setRequestHeader : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth
method overrideMimeType : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth
method send : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.opt -> 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
method send_document : Js_of_ocaml__Dom.element Js_of_ocaml__Dom.document Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth
method send_formData : Js_of_ocaml__Form.formData Js_of_ocaml__Js.t -> unit Js_of_ocaml__Js.meth
method abort : unit Js_of_ocaml__Js.meth
method status : int Js_of_ocaml__Js.readonly_prop
method statusText : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.readonly_prop
method getResponseHeader : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t -> Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.opt Js_of_ocaml__Js.meth
method getAllResponseHeaders : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.meth
method response : Js_of_ocaml__File.file_any Js_of_ocaml__Js.readonly_prop
method responseText : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.opt Js_of_ocaml__Js.readonly_prop
method responseXML : Js_of_ocaml__Dom.element Js_of_ocaml__Dom.document Js_of_ocaml__Js.t Js_of_ocaml__Js.opt Js_of_ocaml__Js.readonly_prop
method responseType : Js_of_ocaml__Js.js_string Js_of_ocaml__Js.t Js_of_ocaml__Js.prop
method withCredentials : bool Js_of_ocaml__Js.t Js_of_ocaml__Js.writeonly_prop
inherit Js_of_ocaml__File.progressEventTarget
method ontimeout : ('self Js_of_ocaml__Js.t'self Js_of_ocaml__File.progressEvent Js_of_ocaml__Js.t) Js_of_ocaml__Dom.event_listener Js_of_ocaml__Js.writeonly_prop
method upload : xmlHttpRequestUpload Js_of_ocaml__Js.t Js_of_ocaml__Js.optdef Js_of_ocaml__Js.readonly_prop