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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close