summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 7a43c1b..4dfaeca 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -1147,6 +1147,16 @@ socket.on('frame', function (data) {
img.src = url;
});
+socket.on('status', function (data) {
+ console.log('got status', data.key, data.value);
+ switch (data.key) {
+ case 'processing':
+ break;
+ default:
+ break;
+ }
+});
+
setInterval(function () {
_store.store.dispatch({
type: 'SET_FPS',