mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
docs: expand dialog window to BaseWindow (#43334)
docs: expand dialog window to BaseWindow
This commit is contained in:
@@ -1827,7 +1827,7 @@ In Electron 7, this now returns a `FileList` with a `File` object for:
|
||||
|
||||
Note that `webkitdirectory` no longer exposes the path to the selected folder.
|
||||
If you require the path to the selected folder rather than the folder contents,
|
||||
see the `dialog.showOpenDialog` API ([link](api/dialog.md#dialogshowopendialogbrowserwindow-options)).
|
||||
see the `dialog.showOpenDialog` API ([link](api/dialog.md#dialogshowopendialogwindow-options)).
|
||||
|
||||
### API Changed: Callback-based versions of promisified APIs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user