aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/dune (renamed from lib/flesh/dune)0
-rw-r--r--lib/flesh.ml (renamed from lib/flesh/flesh.ml)0
-rw-r--r--portal/lib/dune (renamed from lib/portal/dune)0
-rw-r--r--portal/lib/portal_ws.ml (renamed from lib/portal/portal_ws.ml)4
-rw-r--r--portal/test/js/dune (renamed from test/js/dune)0
-rw-r--r--portal/test/js/package-lock.json (renamed from test/js/package-lock.json)0
-rw-r--r--portal/test/js/package.json (renamed from test/js/package.json)0
-rw-r--r--portal/test/js/polyfill.js (renamed from test/js/polyfill.js)0
-rw-r--r--portal/test/js/websockets_hello.ml (renamed from test/js/websockets_hello.ml)0
9 files changed, 4 insertions, 0 deletions
diff --git a/lib/flesh/dune b/lib/dune
index d79e297..d79e297 100644
--- a/lib/flesh/dune
+++ b/lib/dune
diff --git a/lib/flesh/flesh.ml b/lib/flesh.ml
index 969d285..969d285 100644
--- a/lib/flesh/flesh.ml
+++ b/lib/flesh.ml
diff --git a/lib/portal/dune b/portal/lib/dune
index 8ce0232..8ce0232 100644
--- a/lib/portal/dune
+++ b/portal/lib/dune
diff --git a/lib/portal/portal_ws.ml b/portal/lib/portal_ws.ml
index c6dbf81..1570a9e 100644
--- a/lib/portal/portal_ws.ml
+++ b/portal/lib/portal_ws.ml
@@ -56,3 +56,7 @@ let ws_stream (url : string) =
ws##.onclose :=
Dom.handler (fun _ -> message None; Js._true);
stream, push
+
+(* let connect domain = *)
+(* let+ url = server_ws domain *)
+(* in ws_stream url *)
diff --git a/test/js/dune b/portal/test/js/dune
index b34c980..b34c980 100644
--- a/test/js/dune
+++ b/portal/test/js/dune
diff --git a/test/js/package-lock.json b/portal/test/js/package-lock.json
index 8b5d148..8b5d148 100644
--- a/test/js/package-lock.json
+++ b/portal/test/js/package-lock.json
diff --git a/test/js/package.json b/portal/test/js/package.json
index 3b36bf4..3b36bf4 100644
--- a/test/js/package.json
+++ b/portal/test/js/package.json
diff --git a/test/js/polyfill.js b/portal/test/js/polyfill.js
index e394ec8..e394ec8 100644
--- a/test/js/polyfill.js
+++ b/portal/test/js/polyfill.js
diff --git a/test/js/websockets_hello.ml b/portal/test/js/websockets_hello.ml
index fa47965..fa47965 100644
--- a/test/js/websockets_hello.ml
+++ b/portal/test/js/websockets_hello.ml