Header menu logo fable-electron-docs-api

SharedWorkerInfo Type

Constructors

Constructor Description

SharedWorkerInfo(id, url)

Full Usage: SharedWorkerInfo(id, url)

Parameters:
    id : string - The unique id of the shared worker.
    url : string - The url of the shared worker.

Returns: SharedWorkerInfo
id : string

The unique id of the shared worker.

url : string

The url of the shared worker.

Returns: SharedWorkerInfo

Instance members

Instance member Description

this.id

Full Usage: this.id

The unique id of the shared worker.

this.url

Full Usage: this.url

The url of the shared worker.

Type something to start searching.