package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml.XmlHttpRequestSource

XmlHttpRequest object.

Sourcetype readyState =
  1. | UNSENT
  2. | OPENED
  3. | HEADERS_RECEIVED
  4. | LOADING
  5. | DONE
Sourceclass type xmlHttpRequest = object ... end
Sourceclass type xmlHttpRequestUpload = object ... end
Sourceval create : unit -> xmlHttpRequest Js.t

The next part of this module allow one to use Ocaml with no need for Javascript documentation.

Sourcemodule Event : sig ... end
OCaml

Innovation. Community. Security.