async_js
A small library that provide Async support for JavaScript platforms
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package async_js
-
async_js
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Response_type : sig ... end
module Post_body : sig ... end
module Method_with_args : sig ... end
module Response : sig ... end
val request :
( response_type:'resp Response_type.t ->
Method_with_args.t ->
'resp Response.t Async_kernel.Deferred.Or_error.t )
with_request_args
val get :
?arguments:(string * string) list ->
string ->
string Async_kernel.Deferred.Or_error.t
val post :
?body:Post_body.t ->
string ->
string Async_kernel.Deferred.Or_error.t
ON THIS PAGE
No table of contents