Variable SharedWorker
SharedWorker: {
prototype: SharedWorker;
new (
scriptURL: string | URL,
options?: string | WorkerOptions,
): SharedWorker;
}
prototype: SharedWorker;
new (
scriptURL: string | URL,
options?: string | WorkerOptions,
): SharedWorker;
}
Type declaration
- Parameters- scriptURL: string | URL
- Optionaloptions: string | WorkerOptions
 - Returns SharedWorker
 
- prototype: SharedWorker