-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saveAs window prompt always showing up #122
Comments
From what I can tell, our logic is sound: Lines 54 to 56 in d87af7a
|
well I'll try to update the electron to the latest. Thanks. Gonna update here about the result |
I can confirm this issue on Electron 10.3.1(Windows, Mac and Linux). Works fine with Electron 9.3.1(tested on Linux and Windows). |
thanks for the info.. i can confirm the bug appears when download multiple files in parallel ( appears in electron 10, 8, 7 ). any robust solution for multiple download in parallel? |
@vitorizkiimanda @sindresorhus any update on this? I am facing a similar issue with downloading multiple files and getting the Save As dialog. Using Electron |
For anyone in the future having the same issue with downloading multiple files, I went the path of doing them in order instead of setting up promises to resolve every file at once. Here's what I ended up with that worked for my use case:
|
Maybe related to this electron bug? |
well thanks @jonesaustindev , i created same approach with different style and it solve the problem ( eventhough not really solved the bug ) note : still waiting for the real solution for the bug |
i have state saveAs: false ( eventhough the default value is false ), but saveAs Window keep showing up when download about to begin
The text was updated successfully, but these errors were encountered: