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
Optional
options: string | WorkerOptions
Returns SharedWorker
prototype: SharedWorker