
# Module `Js_of_ocaml_lwt`

Lwt support for Js\_of\_ocaml.

**This library is provided by the `js_of_ocaml-lwt` opam package.**

```ocaml
module XmlHttpRequest : sig ... end
```
```ocaml
module File : sig ... end
```
```ocaml
module Promise : sig ... end
```
```ocaml
module Jsonp : sig ... end
```
This module provides helpers to perform JSONP calls

```ocaml
module Lwt_js : sig ... end
```
Javascript specific Lwt functions.

```ocaml
module Lwt_js_events : sig ... end
```
Programming mouse or keyboard events handlers using Lwt
