This will be called when errors occur if you don't supply an error handler to the easy API functions. If you don't want it writing errors to the console (or worse, flashing up alerts), make sure you always handle errors.
This will be called when errors occur if you don't supply an error handler to the easy API functions. If you don't want it writing errors to the console (or worse, flashing up alerts), make sure you always handle errors.
This gets called if you forget to attach a handler to an easy API function.
This gets called if you forget to attach a handler to an easy API function.
(transform-handler {:keys [handler error-handler finally]})
Converts easy API handlers to a ajax-request
handler
Converts easy API handlers to a `ajax-request` handler
(transform-opts {:keys [method format response-format params body] :as opts})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close