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