Details
-
Type:
Enhancement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Environment:clojurescript in browsers, wrapper for Google Closures WebSocket.
-
Patch:Code
Description
In https://github.com/clojure/clojurescript/blob/master/src/cljs/clojure/browser/net.cljs there's a nicely prepared support for WebSockets with the note
;; WebSocket is not supported in the 3/23/11 release of Google
;; Closure, but will be included in the next release.
is there anything preventing us from enable the support for WebSockets with the next release of ClojureScript?
patch 0001-enable-websockets.patch do just enable the functionality. No test-cases included.
Have you verified that this doesn't break browser REPL? Thanks!