Skip to content

ElectronServiceWorkerInfo

Unofficial

Information about a running service worker.

Import:

import type { ElectronServiceWorkerInfo } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronServiceWorkerInfo

Properties

PropertyTypeDescription
renderProcessIdnumberThe virtual ID of the process that this service worker is running in. Not an OS-level PID.
scopestringThe base URL that this service worker is active for.
scriptUrlstringThe full URL to the script that this service worker runs.

Links to this page: