docs: expand dialog window to BaseWindow (#43334)

docs: expand dialog window to BaseWindow
This commit is contained in:
Shelley Vohr 2024-08-16 16:49:10 +02:00 committed by GitHub
parent b497700e36
commit d7689bb9b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 29 deletions

View file

@ -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