Class type XmlHttpRequest.xmlHttpRequest
method onreadystatechange : (unit -> unit) Js.callback Js.writeonly_propmethod readyState : readyState Js.readonly_propmethod _open : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t -> unit Js.methmethod _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.methmethod setRequestHeader : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.methmethod overrideMimeType : Js.js_string Js.t -> unit Js.methmethod send : Js.js_string Js.t Js.opt -> unit Js.methmethod send_blob : Js_of_ocaml__.File.#blob Js.t -> unit Js.methmethod send_document : Dom.element Dom.document Js.t -> unit Js.methmethod send_formData : Form.formData Js.t -> unit Js.methmethod abort : unit Js.methmethod status : int Js.readonly_propmethod statusText : Js.js_string Js.t Js.readonly_propmethod getResponseHeader : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.methmethod getAllResponseHeaders : Js.js_string Js.t Js.methmethod response : File.file_any Js.readonly_propmethod responseText : Js.js_string Js.t Js.opt Js.readonly_propmethod responseXML : Dom.element Dom.document Js.t Js.opt Js.readonly_propmethod responseType : Js.js_string Js.t Js.propmethod withCredentials : bool Js.t Js.writeonly_prop
inherit File.progressEventTarget
method ontimeout : ('self Js.t, 'self File.progressEvent Js.t) Dom.event_listener Js.writeonly_propmethod upload : xmlHttpRequestUpload Js.t Js.optdef Js.readonly_prop