You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm downloading big files from a renderer calling remote.require("electron-download-manager").download.
Everything works fine but all XHR requests made by the Main process after that the download has began remain in pending state until the dowload is completed.
Is there something I can do to allow the Main process to make requests and receive webservice results while downloading? Thanks
The text was updated successfully, but these errors were encountered:
I'm downloading big files from a renderer calling
remote.require("electron-download-manager").download
.Everything works fine but all XHR requests made by the Main process after that the download has began remain in
pending
state until the dowload is completed.Is there something I can do to allow the Main process to make requests and receive webservice results while downloading? Thanks
The text was updated successfully, but these errors were encountered: