AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface SharedWorkerInfo

    interface SharedWorkerInfo {
        id: string;
        url: string;
    }
    Index
    id: string

    The unique id of the shared worker.

    url: string

    The url of the shared worker.