From b7337edb0d0c60f316ac782a5f8bc586c16342f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Tue, 19 Nov 2024 13:11:36 +0100 Subject: [PATCH] Update docs --- public/app/core/utils/CorsSharedWorker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/utils/CorsSharedWorker.ts b/public/app/core/utils/CorsSharedWorker.ts index 92a476d5338..2f935a2b4ae 100644 --- a/public/app/core/utils/CorsSharedWorker.ts +++ b/public/app/core/utils/CorsSharedWorker.ts @@ -1,4 +1,4 @@ -// Almost identical to CorsWorker.ts. Main difference being it creates a SharedWorker in runtime if browser supports it +// Almost identical to CorsWorker.ts. Main difference being it allows loading a SharedWorker if browser supports it export function sharedWorkersSupported() { return typeof window.SharedWorker !== 'undefined';