AboutSupportDeveloper GuideVersion 40.128.82.13
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.