[CLJS-452] clojure.browser.net: enable WebSockets? Created: 31/Dec/12 Updated: 20/Jan/13 |
|
| Status: | Open |
| Project: | ClojureScript |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Linus Ericsson | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | enhancement | ||
| Environment: |
clojurescript in browsers, wrapper for Google Closures WebSocket. |
||
| Attachments: |
|
| 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 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. |
| Comments |
| Comment by David Nolen [ 20/Jan/13 12:51 AM ] |
|
Have you verified that this doesn't break browser REPL? Thanks! |