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