You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working from intermediate JS objects instead of going all the way down to string would be useful (and probably faster) in structured cloning contexts (indexeddb, web workers, etc). I am eager to create a pull request at least for the cljs side, but I wanted to gauge interest and feasibility.
The text was updated successfully, but these errors were encountered:
You are talking about clj data <--> JS data ready for JSON stringification? Because the #'tailrecursion.cljson/encode and #'tailrecursion.cljson/decode functions do that.
Working from intermediate JS objects instead of going all the way down to string would be useful (and probably faster) in structured cloning contexts (indexeddb, web workers, etc). I am eager to create a pull request at least for the cljs side, but I wanted to gauge interest and feasibility.
The text was updated successfully, but these errors were encountered: