6279: Do not retry a request that "timed out" in less than 2 seconds.
[arvados.git] / apps / workbench / public / browser_unsupported.js
index 77d641c7d4de810bfe11836b26230a16aba7a905..0608000bb5612bfe5b3a8d971bd39eafc284eb46 100644 (file)
@@ -3,7 +3,9 @@
     try {
         if (window.Blob &&
             window.File &&
-            window.FileReader) {
+            window.FileReader &&
+            window.localStorage &&
+            window.WebSocket) {
             ok = true;
         }
     } catch(err) {}