Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.offline.browser-edn-store

An implementation of a DurableEDNStore that uses Browser local storage to save/load the EDN.

An implementation of a DurableEDNStore that uses Browser local storage to save/load the EDN.
raw docstring

browser-edn-storecljs

(browser-edn-store prefix)

Stores EDN as transit-encoded strings in browser-local storage. prefix is a string that will be used to make sure the names used in browser local storage are not confused with other things that might be in there.

Stores EDN as transit-encoded strings in browser-local storage. `prefix` is a string that will be used to make sure
the names used in browser local storage are not confused with other things that might be in there.
sourceraw docstring

BrowserEDNStorecljs

source

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

× close