README.org

September 17, 2021 ยท View on GitHub

** Differences to cljs-http

  • Returns a promesa promise (extension of native js/Promise) instead of a channel
  • The :cancel option is now a promesa promise
  • The :progress option is now a function that will be called on each update
  • The cljs-http.core/abort! function has been removed
  • The :channel option has been removed

** License

Copyright (C) 2012-2016 r0man

Distributed under the Eclipse Public License, the same as Clojure.