fetch uses goog.net.XhrIo under the hood, which has the disadvantage of 
making an additional request. My question is regarding on the initial 
request which includes the javascript, how can I send clojurescript 
literals, or is the best way to just parse existing clojurescript text 
embedded as maybe a hidden form.

On Monday, April 23, 2012 10:55:00 PM UTC-4, kovasb wrote:
>
> If you are using clojure on the backend, I'd look into
> https://github.com/ibdknox/fetch , it really simplifies things.
>
> It is possible to send compiled clojurescript data, though its harder
> to get up and running with that, and if you are only sending data (as
> opposed to functions) , it might not be worth it.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to