4958: Test WebSocket support.
authorTom Clegg <tom@curoverse.com>
Tue, 10 Feb 2015 22:02:10 +0000 (17:02 -0500)
committerTom Clegg <tom@curoverse.com>
Tue, 10 Feb 2015 22:02:10 +0000 (17:02 -0500)
apps/workbench/public/browser_unsupported.js

index 77d641c7d4de810bfe11836b26230a16aba7a905..d3bbb46149479037f69303e3d5b50d44b64a1f34 100644 (file)
@@ -3,7 +3,8 @@
     try {
         if (window.Blob &&
             window.File &&
-            window.FileReader) {
+            window.FileReader &&
+            window.WebSocket) {
             ok = true;
         }
     } catch(err) {}