Fix typo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Almost identical to CorsWorker.ts. Main difference being it creates a SharedWorker in runtime (if it's supported bythe browser
|
||||
// Almost identical to CorsWorker.ts. Main difference being it creates a SharedWorker in runtime if browser supports it
|
||||
|
||||
export function sharedWorkersSupported() {
|
||||
return typeof window.SharedWorker !== 'undefined';
|
||||
|
||||
Reference in New Issue
Block a user