Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electron/update-electron-app
/ functions
Functions
13 in github.com/electron/update-electron-app
⨍
Functions
13
◇
Types & classes
8
↓ 11 callers
Function
log
(...args: any[])
src/index.ts:216
↓ 11 callers
Function
updateElectronApp
(opts: IUpdateElectronAppOptions = {})
src/index.ts:142
↓ 4 callers
Function
makeUserNotifier
(dialogProps?: IUpdateDialogStrings)
src/index.ts:285
↓ 3 callers
Method
log
(message: string)
src/index.ts:13
↓ 3 callers
Function
stopUpdates
()
src/index.ts:150
↓ 2 callers
Function
initUpdater
( opts: ReturnType<typeof validateInput>, )
src/index.ts:180
↓ 2 callers
Function
isHttpsUrl
(maybeURL: string)
src/index.ts:133
↓ 1 callers
Function
guessRepo
()
src/index.ts:315
↓ 1 callers
Function
validateInput
(opts: IUpdateElectronAppOptions)
src/index.ts:324
Method
error
(message: string)
src/index.ts:15
Method
info
(message: string)
src/index.ts:14
Method
stopUpdates
* Stops the periodic update checks started by {@link updateElectronApp}. * * Safe to call at any time, including before the app is ready or on
src/index.ts:126
Method
warn
(message: string)
src/index.ts:16