Liking cljdoc? Tell your friends :D

firebase-cljs.promise


FirebasePromisecljsprotocol

allcljs

(all _ values)

Convert an array of Promises, to a single array of values. Promise.all() resolves only after all the Promises in the array have resolved.

Convert an array of Promises, to a single array of values. Promise.all() resolves only after all the Promises in the array have resolved.

rejectcljs

(reject _ failure)

Return (an immediately) rejected Promise.

Return (an immediately) rejected Promise.

resolvecljs

(resolve _ value)

Return (an immediately) resolved Promise.

Return (an immediately) resolved Promise.

FirebaseThenablecljsprotocol

catchcljs

(catch _ callback)

Assign a callback when the Thenable rejects.

Assign a callback when the Thenable rejects.

thencljs

(then _ callback)
(then _ callback failure)

Assign callback functions called when the Thenable value either resolves, or is rejected.

Assign callback functions called when the Thenable value either resolves, or is rejected.

promisecljs

(promise)
(promise val)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close