Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / public / browser_unsupported.js
index d3bbb46149479037f69303e3d5b50d44b64a1f34..a972b7fb62903040a87ea96c6021f42046577a0f 100644 (file)
@@ -1,9 +1,14 @@
+// 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.localStorage &&
             window.WebSocket) {
             ok = true;
         }