package async_js

  1. Overview
  2. Docs
type 'a t = 'a Js_of_ocaml.XmlHttpRequest.response =
  1. | ArrayBuffer : Js_of_ocaml.Typed_array.arrayBuffer Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t t
  2. | Blob : Js_of_ocaml.File.blob Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t t
  3. | Document : Js_of_ocaml.Dom.element Js_of_ocaml.Dom.document Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t t
  4. | JSON : 'a Js_of_ocaml.Js.Opt.t t
  5. | Text : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t t
  6. | Default : string t
OCaml

Innovation. Community. Security.