Update docs

This commit is contained in:
Piotr Jamróz
2024-11-19 13:11:36 +01:00
parent ef477910a4
commit b7337edb0d
+1 -1
View File
@@ -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';