AboutSupportDeveloper GuideVersion 38.126.82.64
interface SharedWorkerInfo {
    id: string;
    url: string;
}

Properties

Properties

id: string

The unique id of the shared worker.

url: string

The url of the shared worker.