package js_of_ocaml-webidl

  1. Overview
  2. Docs

Module Runtime.PromiseSource

Sourcetype 'a t
Sourceval _Promise : 'a
Sourceval _catch : 'a t Js_of_ocaml.Js.t -> ('b -> 'a t Js_of_ocaml.Js.t) -> 'a t Js_of_ocaml.Js.t
Sourceval _then : 'a t Js_of_ocaml.Js.t -> ?catch:('c -> 'b t Js_of_ocaml.Js.t) -> ('a -> 'b t Js_of_ocaml.Js.t) -> 'b t Js_of_ocaml.Js.t
Sourceval resolve_value : 'a -> 'a t Js_of_ocaml.Js.t
Sourceval resolve_promise : 'a t Js_of_ocaml.Js.t -> 'a t Js_of_ocaml.Js.t
Sourceval reject_value : 'a -> 'a t Js_of_ocaml.Js.t
Sourceval reject_promise : 'a t Js_of_ocaml.Js.t -> 'a t Js_of_ocaml.Js.t