I'm working on some web worker code. Instead of pulling in a separate js file I'd like to construct a URL via createObjectURL using a blob containing the code from one of my namespaces. To do this I would need the ability grab the compiled code as a string and attach it to the bob.
Can anyone tell me how to copy compiled code from a ns to a string? I'm not sure if this will even work; I just considered trying, but hit this roadblock. Thanks. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
