refactor: make savePath a property on DownloadItem (#18677)
This commit is contained in:
parent
e95d2129be
commit
536327151d
4 changed files with 30 additions and 15 deletions
|
@ -20,9 +20,6 @@ The Electron team is currently undergoing an initiative to convert separate gett
|
|||
* `visibleOnAllWorkspaces`
|
||||
* `crashReporter` module
|
||||
* `uploadToServer`
|
||||
* `DownloadItem` class
|
||||
* `savePath`
|
||||
* `paused`
|
||||
* `Session` module
|
||||
* `preloads`
|
||||
* `webContents` module
|
||||
|
@ -47,6 +44,8 @@ The Electron team is currently undergoing an initiative to convert separate gett
|
|||
* `applicationMenu`
|
||||
* `badgeCount`
|
||||
* `name`
|
||||
* `DownloadItem` class
|
||||
* `savePath`
|
||||
* `BrowserWindow` module
|
||||
* `autohideMenuBar`
|
||||
* `resizable`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue