-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add hooks to console.log API to allow 2-way communication between page and dev tools #38
Comments
I have added This will be available in the next release 0.6.7. To capture complete output. You will have to hijack methods on console object. For inspiration you can look here[2] - I capture console output for automated testing. [1] dirac/src/runtime/dirac/runtime/repl.cljs Lines 164 to 170 in 37ec8ba
[2] dirac/src/automation/dirac/automation/scenario.cljs Lines 68 to 101 in 37ec8ba
|
relevant conversation here:
https://clojurians.slack.com/archives/clojurescript/p1473893842002423
End goal is to send messages from a reagent webapp to figwheel and back. Specifically, some terminal will be rendered as a texture in an A-frame VR scene.
eval and print at least. intellisense would be a huge bonus.
re: loading dev tools in iframe, this won't work with A-frame unfortunately: aframevr/aframe#399
The text was updated successfully, but these errors were encountered: