ElectronAutoUpdater.on('checking-for-update') method
ElectronAutoUpdater › on(‘checking-for-update’)
Unofficial
Registers a listener for thechecking-for-update event. Signature:
on(event: "checking-for-update", listener: (...args: unknown[]) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| event | "checking-for-update" | |
| listener | (...args: unknown[]) => void |
Returns: this