From d34f72e198cd780f765c9957ba9d1ec4bc3bf313 Mon Sep 17 00:00:00 2001 From: Till Arnold Date: Mon, 14 Jun 2021 20:20:40 +0200 Subject: [PATCH] Show warning message if BigInt64Array is not available (#209) * Show warning message if BigInt64Array is not available * Apply nitpicks --- client/web/src/App.vue | 69 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/client/web/src/App.vue b/client/web/src/App.vue index 9cc514e6..179bc74a 100644 --- a/client/web/src/App.vue +++ b/client/web/src/App.vue @@ -1,5 +1,20 @@