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