ElectronServiceWorkerInfo
Unofficial
Information about a running service worker.
Import:
import type { ElectronServiceWorkerInfo } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronServiceWorkerInfoProperties
| Property | Type | Description | |
|---|---|---|---|
| renderProcessId | number | The virtual ID of the process that this service worker is running in. Not an OS-level PID. | |
| scope | string | The base URL that this service worker is active for. | |
| scriptUrl | string | The full URL to the script that this service worker runs. |
Links to this page: