README.org
September 17, 2021 ยท View on GitHub
-
cljs-http-promise
A HTTP library for [[https://github.com/clojure/clojurescript][ClojureScript]], forked from https://github.com/r0man/cljs-http and adapted to return promises instead of channels.
** Differences to cljs-http
- Returns a promesa promise (extension of native js/Promise) instead of a channel
- The
:canceloption is now a promesa promise - The
:progressoption is now a function that will be called on each update - The
cljs-http.core/abort!function has been removed - The
:channeloption has been removed
** License
Copyright (C) 2012-2016 r0man
Distributed under the Eclipse Public License, the same as Clojure.