method always : (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method catch : (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback -> promise Ocp_js.Js.t Ocp_js.Js.meth
method _done : (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method fail : (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method isRejected : bool Ocp_js.Js.t Ocp_js.Js.meth
method isResolved : bool Ocp_js.Js.t Ocp_js.Js.meth
method notify : 'a Ocp_js.Js.t -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method notifyWith : 'a Ocp_js.Js.t -> 'a Ocp_js.Js.t Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method pipe : (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> promise Ocp_js.Js.t Ocp_js.Js.meth
method pipe_prg : (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> promise Ocp_js.Js.t Ocp_js.Js.meth
method progress : (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method promise : 'a Ocp_js.Js.t Ocp_js.Js.opt -> promise Ocp_js.Js.t Ocp_js.Js.meth
method reject : 'a Ocp_js.Js.t Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method rejectWith : 'a Ocp_js.Js.t -> 'a Ocp_js.Js.t Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method resolve : 'a Ocp_js.Js.t Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method resolveWith : 'a Ocp_js.Js.t -> 'a Ocp_js.Js.t Ocp_js.Js.opt -> deferred Ocp_js.Js.t Ocp_js.Js.meth
method state : Ocp_js.Js.js_string Ocp_js.Js.t Ocp_js.Js.meth
method _then : (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> (unit -> bool Ocp_js.Js.t) Ocp_js.Js.callback Ocp_js.Js.opt -> promise Ocp_js.Js.t Ocp_js.Js.meth