clojure.browser.repl
*
- value
B
Reusable browser REPL bootstrapping. Patches the essential functions in goog.base to support re-loading of namespaces af...
function([])
C
Connects to a REPL server from an HTML document. After the connection is made, the REPL will evaluate forms in the conte...
function([repl-server-url])
E
Process a single block of JavaScript received from the server
function([conn block])
F
- function
([conn])
G
- function
([])
H
- value
L
- value
O
- value
P
- value
- value
- value
R
- function
([data])
S
Send data to be printed in the REPL. If there is an error, try again up to 10 times.
function([url data] [url data n])
- function
([connection url data])
Start the REPL server connection process. This process runs inside the embedded iframe.
function([url])
W
- function
([repl t data])
X
- value