ElectronSharedWorkerInfo
Unofficial
Information about a shared worker.
Import:
import type { ElectronSharedWorkerInfo } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronSharedWorkerInfoProperties
| Property | Type | Description | |
|---|---|---|---|
| id | string | The unique id of the shared worker. | |
| url | string | The url of the shared worker. |
Links to this page: