Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.networking.file-upload

cljs

Client-side middleware that can be used with HTTP remotes so that mutations can attach file uploads to mutation parameters.

Client-side middleware that can be used with HTTP remotes so that mutations can attach file uploads to mutation
parameters.
raw docstring

com.fulcrologic.fulcro.networking.file-url

Support for converting binary network responses to a usable File URL in a browser. This file is CLJC so the functions exist for SSR, but they do nothing in CLJ.

Support for converting binary network responses to a usable File URL in a browser. This
file is CLJC so the functions exist for SSR, but they do nothing in CLJ.
raw docstring

com.fulcrologic.fulcro.networking.mock-server-remote

Simple adapter code that allows you to use a generic parser 'as if' it were a client remote in CLJS.

Simple adapter code that allows you to use a generic parser 'as if' it were a client remote in CLJS.
raw docstring

com.fulcrologic.fulcro.networking.tenacious-remote

A wrapper for remotes that adds automatic retry with exponential back-off behavior. This makes the remote more tolerant of flaky network communications, and is a simple wrapper that should work with any remote implementation. NOTE: Fulcro websockets already has automatic retry support which works a bit differently than this one. Be careful that you understand what you are doing if you configure them both at the same time.

See com.fulcrologic.fulcro.offline for features that help support true offline modes of operation.

A wrapper for remotes that adds automatic retry with exponential back-off behavior. This makes the remote more
tolerant of flaky network communications, and is a simple wrapper that should work with any remote implementation.
NOTE: Fulcro websockets already has automatic retry support which works a bit differently than this one. Be careful
that you understand what you are doing if you configure them both at the same time.

See `com.fulcrologic.fulcro.offline` for features that help support true offline modes of operation.
raw docstring

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

× close