Variable SharedWorker

    SharedWorker: {
        prototype: SharedWorker;
        new (
            scriptURL: string | URL,
            options?: string | WorkerOptions,
        ): SharedWorker;
    }

    Type declaration