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 get why it makes sense to pass the whole options object instead of a single property, but for your use case you mention that you want to limit the bandwidth, according to ClientRequest docs it does not have any property to allow this... do you mean that you want to pass the session so your backend can limit the bandwidth?
Right now net.reqeust() gets just called with the path attribute of the options object:
https://github.com/danielnieto/electron-download-manager/blob/master/index.js#L138
It would be good to allow all other options too. In my use case I would pass a session with the options to limit the maximum bandwith...
The text was updated successfully, but these errors were encountered: