Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Js_of_ocaml_lwt.JsonpSourceThis module provides helpers to perform JSONP calls
call ~timeout ~param url do a jsonp call using url. It uses the named query parameter param (default "callback") to pass the name of the callback. It uses prefix to generate random string for callback name. If a timeout is given and there are no answer before timeout seconds, the lwt thread will be cancelled.