Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / public / browser_unsupported.js
index 77d641c7d4de810bfe11836b26230a16aba7a905..a972b7fb62903040a87ea96c6021f42046577a0f 100644 (file)
@@ -1,9 +1,15 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 (function() {
     var ok = false;
     try {
         if (window.Blob &&
             window.File &&
-            window.FileReader) {
+            window.FileReader &&
+            window.localStorage &&
+            window.WebSocket) {
             ok = true;
         }
     } catch(err) {}