clojure.browser.repl

since v0.0-927

*repl* - dynamic var

HOST - var

PORT - var

bootstrap - function
(bootstrap)
Reusable browser REPL bootstrapping. Patches the essential functions
in goog.base to support re-loading of namespaces after page load.

connect - function
(connect repl-server-url)
Connects to a REPL server from an HTML document. After the
connection is made, the REPL will evaluate forms in the context of
the document that called this function.

evaluate-javascript - function
(evaluate-javascript conn block)
Process a single block of JavaScript received from the server

flush-print-queue! - function
(flush-print-queue! conn)

get-ua-product - function
(get-ua-product)

load-queue - var

order - var

parent-connected? - var


repl-print - function
(repl-print data)

send-print - function
(send-print url data)
(send-print url data n)
Send data to be printed in the REPL. If there is an error, try again
up to 10 times.

send-result - function
(send-result connection url data)

start-evaluator - function
(start-evaluator url)
Start the REPL server connection process. This process runs inside the
embedded iframe.

wrap-message - function
(wrap-message repl t data)

xpc-connection - var