Module Js_of_ocaml__.XmlHttpRequest

type readyState =
| UNSENT
| OPENED
| HEADERS_RECEIVED
| LOADING
| DONE
type _ response =
| ArrayBuffer : Js_of_ocaml.Typed_array.arrayBuffer Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t response
| Blob : Js_of_ocaml__.File.#blob Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t response
| Document : Js_of_ocaml.Dom.element Js_of_ocaml.Dom.document Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t response
| JSON : 'a Js_of_ocaml.Js.Opt.t response
| Text : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t response
| Default : string response
class type xmlHttpRequest = object ... end
and xmlHttpRequestUpload = object ... end
val create : unit -> xmlHttpRequest Js_of_ocaml.Js.t
module Event : sig ... end