We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How could you use the enableNetworkEmulation call with electronDL? I have been trying for a few days and there seems to be no changes in the speed.
calling this
const throttle = '5'; //Bps browserWindow.webContents.session.enableNetworkEmulation({ downloadThroughput: parseInt(throttle), });
before
const res = await download(browserWindow, info.url, { directory: appPath + '/packages', onProgress: progressHandler });
EDIT: Just found this. electron/electron#21250 If anyone has any other thoughts please leave them, otherwise this seems borked from the start
The text was updated successfully, but these errors were encountered:
My package has the ability to throttle file transfers and fixes a lot of issues mentioned in the electron-dl issue tickets:
electron-dl
https://github.com/theogravity/electron-dl-manager
Sorry, something went wrong.
No branches or pull requests
How could you use the enableNetworkEmulation call with electronDL? I have been trying for a few days and there seems to be no changes in the speed.
calling this
before
EDIT:
Just found this.
electron/electron#21250
If anyone has any other thoughts please leave them, otherwise this seems borked from the start
The text was updated successfully, but these errors were encountered: