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